• Home
  • About
    • Blader photo

      Blader

      Do one thing at a time, and do well.

    • Learn More
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

Github免密码提交

10 Oct 2018

Reading time ~1 minute

In case you are indeed using the SSH URL, but still are asked for username and password when git pushing: git remote set-rul origin git@github.com:<Username>/<Project>.git

You should try troubleshooting with: ssh -vT git@github.com



githubgit Share Tweet +1