SSC: Failed to Execute Git Command
josh_stcu
Posts: 14 Bronze 2
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...
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
-
Russell D Posts: 1,324 Diamond 5This is a git error rather than SoC itself.
I don't think a stale repo should matter - what happens if you try using it in a git client outside of SoC?Have you visited our Help Centre?
Answers