Git TortoiseGit SSH设置

Git TortoiseGit SSH设置html

http://www.cnblogs.com/ChenRihe/p/Git_TortoiseGit_SSH.htmlgit

 

TortoiseGit默认的SSH客户端
C:\Program Files\TortoiseGit\bin\TortoiseGitPlink.exebash

改为win下git默认的ssh

D:\Program Files\Git\usr\bin\ssh.exe

post

 

Writing objects速度慢git config htm

  1.git bash中执行  git config --global http.postBuffer 524288000//设置缓冲区blog

 

1.若是没配置过用户名和密码(配过也再来一次咯):ip

git config --global user.name "John Doe"
git config --global user.email "johndoe@doebrothers.com"it

 

ssh-keygen –t rsa –C "johndoe@doebrothers.com"email

clip < ~/.ssh/id_rsa.pub  #把SSH key复制到系统粘贴板

相关文章
相关标签/搜索