Git远程ssh url

时间:2012-02-06 15:11:39

标签: windows git ssh

我正试图在Windows服务器上运行。

我在服务器上安装了winssh和git,现在我想测试一切是否好看和酷。但事实并非如此。

我在配置文件中有以下网址:

username@domain:GitRepo/QRCode.git

但是当我尝试推送时出现以下错误:

does not appear to be a repository

我已经创建了这样的回购:

mkdir QRCode.git
cd QRCode.git
git --bare init

我可以看到所有的git东西都在:“C:\ GitRepo \ QRCode.git”

我还尝试将网址更改为:

username@domain:c/GitRepo/QRCode.git
没有任何运气。

2 个答案:

答案 0 :(得分:4)

您是否尝试过使用ssh://username@domain:...?我很确定你需要为URI指定初始方案ssh://,否则git不知道如何访问它。

答案 1 :(得分:-2)

  1. 暂时关于Git特定问题
  2. 获取,调试并微调纯SSH登录到框
  3. 当您在框中获得交互式SSH会话时 - 检测到达到$ HOME,与回购路径的关系以及与URI的关联 - 如果没有它,您将执行 NOTHING
  4. 使用大脑,而不是屁股!!!