Options

SSC: Failed to Execute Git Command

All of my other SQL Source Control repos are working fine but one is failing to recognize the folder as a git repo? SQL Source Control shows the following error:

Failed to execute git command 'fetch'
fatal: '<folder>' does not appear to be a git repository
fatal: Could not read from remote repository

Please make sure you have the correct access rights and the repository exists.

I've recloned the repo from github (multiple times now) and confirmed that the folder permissions match those of all the other repo folders. Not sure what's going on exactly. The repo had been quite stale and hasn't actually been touched in 3 months or so...


Tagged:

Best Answer

Answers

  • Options
    josh_stcujosh_stcu Posts: 13 Bronze 2
    Apparently I had 3 different versions of git installed somehow (?) none of them were current. I had to uninstall them (and rip one out manually) and start from scratch. It even slowed our software architect down a bit tryi
Sign In or Register to comment.