Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Q: Sourcetree error : 'git status' failed with code -1"

Sourcetree showing this error 'git status' failed with code -1" while trying access project from bookmark, also I can't clone any other project from remote list or manual by url.

SSH connection is good. Command ssh -T [email protected] showing - Hi "name"! You've successfully authenticated, but GitHub does not provide shell access. Command git clone also works fine and fetch project.

like image 268
devkamil Avatar asked Feb 18 '26 19:02

devkamil


1 Answers

Resolved by clicking options > git > Use System Git and set to use System Git Version.

like image 50
devkamil Avatar answered Feb 21 '26 14:02

devkamil