GIT - error: no such remote ref refs/heads/TestBranch
From: Sean Kelley <hidden>
Date: 2016-08-11 20:25:35
From: Sean Kelley <hidden>
Date: 2016-08-11 20:25:35
Hi, I was wondering if someone could help me. I had a branch on our remote GIT server called TestBranch. I logged into the Remote server and ran: <from remote server> git branch -D TestBranch But in my local clone: kelleys@oifig:~/Work/kernel$ git pull origin kelleys@git.example.com's password: error: no such remote ref refs/heads/TestBranch Fetch failure: git+ssh://git.example.com/data/git/proj/kernel/mh.git kelleys@oifig:~/Work/kernel$ Any ideas how to correct this?