问题
I just created a Wiki for a Github repo, and cloned it to my desktop. There is only the option to clone using https
, which means every time I try to push git
asks me for my username and password.
Is there some way to use SSH in a Github Wiki as I do with all my standard repos?
I checked the Wiki help but couldn't find anything there.
I' using 2FA in Github by the way.
回答1:
You can also clone wiki via ssh :
git clone git@github.com:YOUR_USERNAME/YOUR_REPOSITORY.wiki.git
来源:https://stackoverflow.com/questions/42493135/is-it-possible-to-access-a-github-wiki-via-ssh