My technical skills and know-how with Source Tree are pathetic at best, so you'll have to be very, very slow. I use Source Tree for Unity, and the file still runs perfectly in the application, however a corrupted file formed in my folder. I removed it (perhaps foolishly) and now I receive the titled error. Source Tree will no longer allow me to access my file or commit further to it. I have no idea where to start. Thankyou for any help you can provide.
Community moderators have prevented the ability to post new answers.
Hello! This answer might have the solution you're looking for: https://community.atlassian.com/t5/Sourcetree-questions/Re-git-status-failed-with-code-128-error-bad-signature-fatal/qaq-p/207698/comment-id/6023#M6023
To run that command, just open the repo and hit "Terminal".
I had an issue where the git version of 2.34.1 would NOT work suddenly for some reason.
I was able to upgrade to the latest git, version 2.46.0 and then it worked!
Steps to do this:
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt upgrade git
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i've tried deleting config file that is causing error and it worked for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check in Sourcetree preferences if your project has proper path. It happened to me that I had the same error and somehow project path was reset.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.