git pull #206357
Replies: 4 comments
|
git pull aborts i was on a vpn (athens) and git pull shut me out. Now back at home site (LONDON UK). git pull aborts !!HELP!! |
|
Changing VPN locations can sometimes cause GitHub authentication or network issues. Try running Also, please share the exact error message from |
|
Changing VPN locations can sometimes cause GitHub authentication or network issues. Try running ssh -T git@github.com if you're using SSH, or check your Git credentials if you're using HTTPS. Also, please share the exact error message from git pull — that would help identify the issue. |
|
Changing from a VPN to your normal connection should not normally prevent Try these steps:
The verbose output should show whether the failure is caused by authentication, permissions, SSH, or the repository itself. Also make sure the repository is still accessible from your GitHub account and that the VPN didn't leave an old credential/session behind. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
GitHub Education
Body
git pull aborts i was on a vpn (athens) and git pull shut me out. Now back at home site (LONDON UK). git pull aborts !!HELP!!
All reactions