Questions tagged [sourcetree]

SourceTree is a free Mercurial and Git Client for Windows and Mac that provides a graphical interface to connect with Git and HF services.

SourceTree is a product of Atlassian. It is a free Mercurial and Git Client for Windows and Mac.

It supports Butbucket, GitHub, Kiln and other Git and HF services as well.

226 questions
4
votes
1 answer

fatal: unable to access 'x.git': Received HTTP code 404 from proxy after CONNECT

When try to pull/push a git repo from Source Tree I was getting this error. After installing and re-installing Source Tree and Git I was still getting the error. This was preventing me from updating the git repo or pulling changes. One setting was…
Adam Seabridge
  • 1,909
  • 1
  • 20
  • 27
4
votes
3 answers

SourceTree Terminal not working properly

I'm using Windows 10, SourceTree and Git . When i want to Switch branch by using the SourceTree terminal it shows : error: pathspec '3.Building-the-API-Implementing-Basic-Requirements' did not match any file(s) known to git. But if i execute…
Arif
  • 6,094
  • 4
  • 49
  • 81
4
votes
1 answer

git gc - fatal: bad object refs/remotes/Icon

My git gc is giving me errors: error: bad ref for Icon fatal: bad object refs/remotes/Icon error: failed to run repack I know those Icon files are connected with OS X's auto-created files. I have added them to .gitignore. But they could have been…
Jav
  • 2,203
  • 13
  • 22
3
votes
2 answers

Sourcetree push to bitbucket using LFS not wanting to work (Error [17])

After a year or so of Unity development without using a decent VCS/cloud storage backup I've finally decided it is time to move to bitbucket. Sourcetree seemed like the logical path and I got it installed, logged into my bitbucket account, etc.,…
Trireme3
  • 31
  • 2
3
votes
1 answer

Git SourceTree has "forgotten" remote branch to pull when pulling local branch

I don't know how this has happened but in SourceTree when I do a pull for my develop branch from my remote (origin) SourceTree never seems to know what the "Remote branch to pull" is any more. Instead every time I have to manually select…
bytedev
  • 8,252
  • 4
  • 48
  • 56
3
votes
1 answer

bad numeric config value 'tru' for 'core.longpaths': invalid unit

I can't launch repositories on sourcetree. I get: bad numeric config value 'tru' for 'core.longpaths': invalid unit It's happened after I tried to clone a project with a long file name. And then i tried to enable the "core.longpaths". How to fix it…
Anna
  • 499
  • 1
  • 6
  • 24
3
votes
1 answer

Rename local GIT branch breaks Git Flow in SourceTree

While using SourceTree I renamed the two main local branches (master and develop). However, when I now click on the Git Flow icon to start a new feature, it tells me that the repository needs to be initialized (even though it has been already been…
Sean M.
  • 33
  • 2
3
votes
2 answers

why does source tree look for gpg keys while I haven't configured for signing?

I downloaded sourcetree app on my mac and added a local git repo to it. Whenever I try to stash something or commit something, sourcetree throws gpg related errors. An example error is as below. git -c diff.mnemonicprefix=false -c…
Goje87
  • 2,839
  • 7
  • 28
  • 48
3
votes
1 answer

Problems cloning projects with Cygwin's Git

When I try to clone projects using Cygwin's Git 2.7.0 I'm having some issues related to permissions. This is, every time I try running one of the cloned project's executables I'm getting the next error: Windows cannot access the specified device,…
BPL
  • 9,632
  • 9
  • 59
  • 117
3
votes
1 answer

How do you remove a file from the global .gitignore list in Sourcetree?

I am using Sourcetree as my Git client for version control, and I am coming across an issue where any project I am working on is ignoring one specific file (which happens to be the main.css file). I have checked the repository specific .gitignore…
Bradly Locking
  • 1,415
  • 1
  • 11
  • 6
3
votes
2 answers

Sourcetree 1.8.3 Crashes when login at first after install

I have installed source tree v1.8.3 and when I login to my Alassian account at first to complete installation, the source tree crashes. My OS is win 8.1. Sourcetree log file is here: ERROR [2016-07-11 12:13:15,043] [PriorityScheduler: ]…
Miguel A.
  • 375
  • 5
  • 13
3
votes
1 answer

Can I have one repository for several different local position

On Bitbucket I have multiple repositories, one of them is a general one (like a library) I have multiple projects that are using this same repository. For the moment each project have different sourcetree repository linked to the same repository on…
user3718160
  • 481
  • 2
  • 11
  • 23
3
votes
1 answer

Update historical commit message in SourceTree

I have several commits in my history that I would like to update the wording on. I have not pushed these changes to my remote repo. I have only been able to find a way to reset the last commit message. Is there a way to do it for other commits than…
Tyler Murry
  • 2,705
  • 3
  • 29
  • 46
3
votes
1 answer

SourceTree Clone - Source path with port causing not a valid source path/ URL

SourceTree is a great little tool, and it's been working with one of my hosts and repositories just fine. However, i tried to set up and clone another repository from a different host and found it couldn't find it. The path i was using is -…
Dan Ruxton
  • 386
  • 1
  • 3
  • 18
3
votes
2 answers

remove .gitignore from the staging

I have only one problem with git, and it is that I have the .gitignore is trying to be added in the repo, but i don't want it to be, and how do you ignore the ignore file? I don't ever want to see .gitignore anywhere. I have tried to ignore it, but…
Samuel Thompson
  • 2,429
  • 4
  • 24
  • 34