Is it possible to access a Github Wiki via SSH?

夙愿已清 提交于 2020-05-25 09:00:08

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!