gpt4 book ai didi

git - 将 git 与 VS Code 连接

转载 作者:行者123 更新时间:2023-12-03 21:24:53 24 4
gpt4 key购买 nike

如何配置 VS Code 以使用 git?我在 VS Code 中使用标准的 scm 提供程序。我在我的电脑上安装了 git,在一个文件夹中初始化了存储库,做了一些更改,VS 显示它已提交,但我在 github 上没有看到,当我想从 git 中提取时,VS 显示“你的存储库有没有配置可以 pull 出的 Remote 。”

最佳答案

您首先需要将您的 GitHub 存储库添加为远程!为此,您可以按照 Official Guide .

git remote add origin https://github.com/user/repo.git
#optionals below just to verify
git remote -v
origin https://github.com/user/repo.git (fetch)
origin https://github.com/user/repo.git (push)

然后你可以用 official guide 推送你的本地提交
git push -u origin master

您可以直接从 添加远程VS 代码 如介绍 here

关于git - 将 git 与 VS Code 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48589376/

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