我正试图用http://danielmiessler.com/study/git/#website设置git 来管理我的网站.
我已经完成了说明的最后一步:git push website + master:refs/heads/master
我正在使用win7中的git ming32命令行
$ git push website +master:refs/heads/master
Bill@***.com's password:
Connection closed by 198.91.80.3
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Run Code Online (Sandbox Code Playgroud)
这里的一个问题可能是程序正在寻找Bill@***.com.当我通过ssh连接到我的网站时,我有一个不同的用户名(让我们说'abc').所以也许这应该是abc@***.com.如果是这样,我不知道如何改变这个或者我是否可以推动别名
我正在尝试使用该Hudson
Gerrit Trigger
插件.
无论出于何种原因,Gerrit
不接受SSH
位于的密钥/var/lib/hudson/.ssh/id_rsa
.
在GUI中我得到Connection error : com.jcraft.jsch.JSchException: Auth fail
一个错误,当我在终端工作时,我得到一个Permission denied (publickey)
错误.
我怎样才能生成和使用工作专用键,以便Hudson
和Gerrit
能发挥好?