Replies: 2 comments 1 reply
-
|
I just got the exact same error. Normal ssh auth works flawlessly "Hi sdaqo! You've successfully authenticated, but GitHub does not provide shell access." but I cannot interact with my repos?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
ok nevermind, proably github problems, see: https://www.githubstatus.com/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
GitHub Feature Area
Actions
Body
I think ssh still works for my account:
ssh -T git@github.com
Hi jeis4wpi! You've successfully authenticated, but GitHub does not provide shell access.
but a simple clone is an issue today:
/tmp % git clone --depth=1 git@github.com:jeis4wpi/ohmyzsh.git
Cloning into 'ohmyzsh'...
ERROR:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions