Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用gitextensions访问github私库 #100

Open
mishe opened this issue Mar 9, 2016 · 0 comments
Open

用gitextensions访问github私库 #100

mishe opened this issue Mar 9, 2016 · 0 comments

Comments

@mishe
Copy link
Owner

mishe commented Mar 9, 2016

生成一个private key

可以用 puTTY KEY generator 生成一个,然后随便输入passphrase就好了,生成后,点击save private key按钮,保存PPK文件到本地ssh目录

添加github ssh keys

进入个人的github 设置界面,新增ssh key,输入刚生成的 ssh key,保存就好了

绑定gitExtensions远程仓库的 ssh key

仓库-》管理远程仓库
指定刚才保存的PPK文件,然后点击加载ssh秘钥文件,输入之前设定passphrase

最后检查下.gitconfig 文件,

查看
[credential]
helper = !"d:/Program Files/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe"

这里的文件路径是否正确就好了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant