Is it possible to access a Github Wiki via SSH?

2020-06-30 05:15发布

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.

标签: git github ssh
1条回答
够拽才男人
2楼-- · 2020-06-30 05:43

You can also clone wiki via ssh :

git clone git@github.com:YOUR_USERNAME/YOUR_REPOSITORY.wiki.git
查看更多
登录 后发表回答