OS환경은 OSX고 소스트리로 Git연동하여 소스를 관리하고 있습니다.release를 기준으로 브랜치 생성하고 신규 브랜치(A)에서 작업한뒤 커밋 -> 푸쉬 -> Git 사이트에서 compare & pull request를 하였습니다그랬는데 fatal: Couldn't find remote ref refs/heads/A이런 에러가 발생했는데 이거는 어떻게 해결해야하나요??
https://stackoverflow.com/questions/6930147/git-pull-displays-fatal-couldnt-find-remote-ref-refs-heads-xxxx-and-hangs-up브랜치를 지워야 한다는것 같네요. PR 보내신거면 A 브랜치는 지우시고 하려는 작업을 다시 한번 해보세여~