-
반응형
간단하게 해결해서, 정리할까 하다가 미래의 나를 위해 .. 간단하게 정리.
갑자기 remote 주소가 바뀌어서 (나 아무것도 안했는데..?) 푸시가 안되고 있었다.
remote: fatal error in commit_refs To github.com:dundin/xxx-global-ios.git ! [remote rejected] fetaure/home-bgUrl (failure) error: failed to push some refs to 'github.com:dundin/xxx-global-ios.git
엥 이거 옛날에 쓰던 주소인데 ..뭔가 꼬였나.
Remote dundin에 주소를 세로 세팅 해 주었다.
$ git remote get-url dundin git@github.com:dundin/xxx-global-ios.git $ git remote set-url dundin git@github.com:dundin/xxx-bbb-ios.git
잘 바뀌고 나서도 계속되는 에러
한번 주소 바뀌었던것 때문에 이러는건 확실한디 🤔
remote: fatal error in commit_refs To github.com:dundin/xxx-ios.git ! [remote rejected] fix/1.11.0/report -> fix/1.11.0/report (failure) error: failed to push some refs to 'github.com:dundin/xxx-ios.git'
pull, force push 해도 안되길래 ,
마지막으로 sublime에서 fetch --all 하니까 바로 해결되었다 ~
💪삽질 고만
반응형'개발' 카테고리의 다른 글
asdf 적용해서 ruby/node 버전 통일하기 (0) 2023.03.30 [iOS/Xcode] Xcode 14.2 업데이트 이후 삽질 목록 (0) 2023.03.29 [Fastlane] APP_SPECIFIC_PASSWORD 에러 해결하기 (0) 2023.03.14 [Swift/iOS] Auto rolling CollectionView 구현하기 & 스냅 스크롤 구현하기 (0) 2022.11.02 Facebook Developer Trouble shooting (0) 2022.08.24 댓글