Hi,
I Just installed SourceTree to test the software and i'm facing something that i don't know if it's a bug or a missconfiguration:
I have a local repository that track two GitHub's Repositories, my own repository and the repository where i fork from, when i try to pull from the repository where i fork from i click on the "Pull" button on toolbar and select "upstream" (the name of the remote) i think this should refresh the list of branchs in the remote but after a while trying to refresh the list is showed empty, the repository in question is the ofical Zend Framework 2 wich has a lot of branchs and PR's, perhaps by the number of remote branchs SourceTree could be timing out the request, is there something i can do to solve it?
The same thing happens also on ZF2-Docs Repository but in this one besides this problem i have another one, on the sidebar no branch is showed on "upstream" remote, and i don't know how to refresh this list.
Thanks
Hi Kieran,
I'm not attempting to clone teh repository, it's a repository that i alredy have cloned before install SorceTree, i'm trying to do a Git Pull, but the repos are these:
https://github.com/zendframework/zf2.git
https://github.com/zendframework/zf2-documentation.git
Also, here it's my remote list on both repositorites
D:\Projetos\ZendFramework [master]> git remote -v
origin https://github.com/pauloelr/ZendFramework2.git (fetch)
origin https://github.com/pauloelr/ZendFramework2.git (push)
upstream https://github.com/zendframework/zf2.git (fetch)
upstream https://github.com/zendframework/zf2.git (push)
and
D:\Projetos\ZendDocs [master]> git remote -v
origin https://github.com/pauloelr/ZendFramework2Docs.git (fetch)
origin https://github.com/pauloelr/ZendFramework2Docs.git (push)
upstream https://github.com/zendframework/zf2-documentation.git (fetch)
upstream https://github.com/zendframework/zf2-documentation.git (push)
The list of the origen branchs are been updated correctly, but not from upstream
Hi Paulo. Could you provide the URL to the repository in question? (The Git URL you're attempting to clone from, that is). Thanks in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.