...onstraints: * it is *not* possible, not even for a short time, to make the ssh target host public accessible to fetch the fingerprint * it is *not* possible to switch to a public reachable s...
Every time I use 'fetch', I got a cors problem, so I bypassed it using a proxy and it got better. However, methods such as PUT and DELETE are all fine, but if i use POST only, an error called "XCRF c...
Hello, I am trying to fetch a project but it asks for me to log in. However, when I use the personal access token, it does not accept and gives an error. I tried playing with a...
Hi, We are using the Bitbucket standard plan and connect with the Jenkins. When we build the job in the Jenkins server it gives a fetching error when accessing the Bitbucket repositories. H...
Hello, I cloned a branch that I have an access to from bitbucket, then checkout to new branch, edited then pushed to the new branch I made, but I can't fetch or pull inside the server now I g...
I have a script that finds all submodules on a repository and all base repositories, and runs a fetch --prune on them. I get notification of many branches being deleted. When I run the script a...
I run a script on the windows command line that takes all my repos and submodules and runs a fetch the same way Source Tree does, but recursively. After that I open SourceTree and still there are n...
Is it possible to have the pull button display how many commits you are behind a separate specified branch? Since fetch only seems to do this for changes the current active branch. E...
Hello - If I know there have been commits since my last pull and I do a fetch, the commit list/graph does not update showing all the remote commits that are available. I swore this was w...
Hi, I just started to use source tree. Something I don't get, I did fetch and git the top line. Why is the top line is not in a different view "branch"? Right now, it is kind of i...
How do I fetch a pull request in Bitbucket? In github it's possible to do this with: git fetch origin pull/1/head Based on this I tried with: git fetch origin pull-requests/1/head &n...
I have a repo in SourceTree (Windows), with one of the remotes (pair) accessed via SSH on a web server. (ssh://USERNAME@@zulle.pair.com/usr/home/USERNAME/public_html/PROJECT/.git) I can fetch from p...
Hi! I am very happy that the Sourcetree app has a new UI and better performance. There is one more little thing still annoying (for me). Pressing the Fetch button is poping up a dialog. I would r...
So I'm getting this output git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin in sourcetree for when i try to clone a repo, when i try to push, when i try to pull, when i t...
How do pull code from a pull request in order to test it? GitHub provides nice easy buttons / pre-populated git commands to do this. How do I do it with stash? It baffles me that there isnt a...
Hi all, For some reason we couldn’t add the commit content into a review. We can see the commit’s content in git, but FishEye displays strange error for this commit: Unable to fetch from r...
...lso remove any tags associated with yourbranch: git tag -d yourbranch_tag1 But, on a subsequent fetch, even though yourbranch is not retreived, tags on yourbranch are retrieved, which causes the b...
When I invoke Fetch, I'm getting following error: RSA host key for IP address '1.2.3.4' not in list of known hosts. Permission denied (publickey). fatal: The remote end hung up unexpectedly I d...
Copied to clipboard