gpt4 book ai didi

windows - 从 Git Gui (windows) 推送到远程 Git 存储库的问题

转载 作者:行者123 更新时间:2023-12-04 19:04:25 25 4
gpt4 key购买 nike

所以我在 Windows 上安装了 Git GUI,我想推送到 ubuntu 服务器上的 git 存储库。

这是我到目前为止所做的:

1) 安装 git

2) 使用以下命令初始化存储库:

mkdir -p /home/ubuntu/gitdir/myproject.git
cd /home/ubuntu/gitdir/myproject.git
git init --bare

现在我收到一条成功消息,说这一切都很好:
Initialised empty Git repository in /home/ubuntu/gitdir/myproject.git/

当我尝试通过 Git GUI 推送到服务器时,出现以下错误:
Url: ubuntu@i.p./home/ubuntu/gitdir/myproject.git
Error: 'link' does not appear to be a git repository. The remote end hung up unexpectedly.

我还看到了一些在 IP 地址后添加冒号的语法,我不确定我是否正确执行此操作,但它给出了另一个错误:
Url: ubuntu@i.p.:/home/ubuntu/gitdir/myproject.git/
Error: No supported authentication methods available (error shown via PuTTy popup)

我曾尝试在网上搜索答案,但似乎找不到任何有效的方法,我只想设置并运行它,然后我终于可以开始从实践中学习 Git!

其他信息:
  • 我的 ubuntu 服务器在亚马逊 EC2 上。我有一个通过 SSH 连接的私钥,我在网上找到了一些信息,说明在后台运行 pageant.exe 并添加了私钥;这一切都设置正确(据我所知)。

  • 如果我错过了任何事情,请询问更多信息。

    在此先感谢,汤姆。

    最佳答案

    如果您打算使用 SSH,请将 URL 更改为以下内容:
    ssh://ubuntu@i.p:/home/ubuntu/gitdir/myproject.git

    关于windows - 从 Git Gui (windows) 推送到远程 Git 存储库的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8105132/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com