我安装了用于网站部署的Capistrano和用于连接到我的网络服务器的SSH密钥。
我可以使用SSH密钥在我的服务器上连接" git @ myip -p 9325"。
但是,当我去部署时,我有这个错误"连接被拒绝" (ip,user,port和depot git为true):
01 git ls-remote --heads ssh://git@myip:9325/var/www/depotsGit/project.git/
01 ssh: connect to host myip port 9325: Connection refused
01 fatal: Could not read from remote repository.
01 Please make sure you have the correct access rights
01 and the repository exists.
你能帮帮我吗?我的英语不好,我是法国人^^
答案 0 :(得分:0)
您必须使用Github注册您的计算机才能执行此操作。尝试使用Github注册您的机器:
此时,您应该可以从Capistrano部署连接到Github。