Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SourceTree: remote branch to pull list is empty [closed]

I'm trying to pull data from remote, but list of branches is empty: enter image description here enter image description here

The issue observed only on Windows client, no problems on OSX. git pull is working well. Also, this issue happens with any repositories. Other actions, such as fetch, commit, push, are working ok.

Where is the problem? How to fix it?

like image 654
pbelov Avatar asked Sep 26 '22 11:09

pbelov


1 Answers

I had the same problem. So i checked Settings and came to the remotes tab and there it was! origin with an empty value of Path, no idea how this happend but this was the case for me. So i added the Path again and pressed refresh in the pull popup and there it was, a filled list of branches.

like image 58
pieter van der Berg Avatar answered Oct 27 '22 23:10

pieter van der Berg