Skip to content

Instantly share code, notes, and snippets.

@sreekanth-tf
Last active September 23, 2019 08:12
Show Gist options
  • Save sreekanth-tf/4be73551b47a2c6ca249b4693933f414 to your computer and use it in GitHub Desktop.
Save sreekanth-tf/4be73551b47a2c6ca249b4693933f414 to your computer and use it in GitHub Desktop.
Common issues faced in github integration

Issue Command

git clone git@github.com:sreekanth-tf/dev-poc.git

Issue Command Output

Cloning into 'dev-poc'...
Permission denied (publickey).
fatal: Could not read from remote repository.

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

Solution

If tried with https://help.github.com/en/articles/error-permission-denied-publickey

No Luck? and getting the same error?

Ensure no special/hidden charcters creeped in by manually typing the whole git command (Sometimes this can happen while using copy pasted git clone command in Git-Bash windows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment