gpt4 book ai didi

git - 如何使用 Sourcetree 添加远程仓库

转载 作者:太空狗 更新时间:2023-10-29 13:31:11 28 4
gpt4 key购买 nike

我使用的是 Mac,我是 Bitbucket 和 Sourcetree 的新手。我想将我的本地存储库推送到远程存储库。所以在 Sourcetree 中,我按下“新建”、“从 Url 克隆”,然后直接从我们的远程存储库粘贴了 url。当我按回车键时,它说 url 无效。

我有点仓促完成了安装,所以也许就是这样。

最佳答案

我假设您的本地文件夹已使用 git 初始化。

有两种方法可以实现这一点:

通过 Sourcetree 应用:

  1. 在 Sourcetree 中,检查左 Pane 中的 Remotes

enter image description here

  1. 右键单击它并选择 New Remote

enter image description here

  1. 插入指向您的存储库的链接并单击“确定”

  2. 完成后,只需从您的分支中执行 Pull 并将您的更改提交到 repo

通过终端(最简单的方法)

  1. cd/path/to/your/repo
  2. git remote add origin https://remote_url_of_your_repo
  3. git push -u origin master

关于git - 如何使用 Sourcetree 添加远程仓库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45091933/

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