gpt4 book ai didi

git - push GIT 和 Bitbucket

转载 作者:行者123 更新时间:2023-12-05 08:19:41 26 4
gpt4 key购买 nike

在我的桌面上,我有一个名为 azerty 的文件夹,在这个文件夹中我有一个名为 index.html 的文件.在这个文件中,我写了 <h1>test</h1> .

enter image description here

在 Bitbucket 上,我必须创建我的存储库。我将此存储库命名为桌面上文件夹的名称,所以 azerty .

enter image description here

我的存储库已创建

enter image description here

现在,我打开 GIT bash。

这是我的步骤:

1- git init 
2- git clone https://Geek8006@bitbucket.org/Geek8006/azerty.git
3- git status

enter image description here

我不明白为什么,我有一个新文件夹azerty进入我的文件夹 azerty (在我的桌面上)?

enter image description here

然后...

4- git add . 
5- git status
6- git commit -m "test"

enter image description here

当我做最后一步时:

7- git push origin master

enter image description here

我有这个错误信息

$ git push origin master
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

总而言之,我有两个问题:

1- 为什么我有一个新文件夹 azerty进入我的文件夹azerty在我的桌面上?

2- 上面有几个科目

fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

喜欢这里 -> Git push: "fatal 'origin' does not appear to be a git repository - fatal Could not read from remote repository."

但是,它不起作用。

非常感谢您的帮助。

最佳答案

无需克隆:您可以将对新远程存储库的引用添加到本地存储库:

cd C:\path\to\my\repo
git remote add https://url/new/repo
git push -u origin main

这样,您可以保留现有的本地存储库,并将其添加到远程源以供您推送内容。

确保先删除嵌套的克隆。

关于git - push GIT 和 Bitbucket,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67818469/

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