Git error: “Please make sure you have the correct access rights and the repository exists”

I am using TortoiseGit on Windows. When I am trying to Clone from the context menu of the standard Windows Explorer, I get this error: Please make sure you have the correct access rights and the repository exists More precisely, the snapshot of terminal is the following: git.exe clone –progress -v “git@arobotdev:\git\AlfaRobot.git” “C:\Work\AlfaRobot” Cloning into … Read more

Your configuration specifies to merge with the from the remote, but no such ref was fetched.?

I am getting this error for pull: Your configuration specifies to merge with the ref ‘refs/heads/feature/Sprint4/ABC-123-Branch’ from the remote, but no such ref was fetched. This error is not coming for any other branch.The special thing about this branch is that it is created from the previous commit of another branch. My config file looks … Read more