上传不了远程仓库 #47624
Replies: 1 comment
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
A@DESKTOP-R6M0A35 MINGW64 ~/Desktop/git (main)
$ git status
On branch main
nothing to commit, working tree clean
A@DESKTOP-R6M0A35 MINGW64 ~/Desktop/git (main)
$ git remote add origin https://gitee.com/du-mingm/web.git
fatal: remote origin already exists.
A@DESKTOP-R6M0A35 MINGW64 ~/Desktop/git (main)
$ git push -u origin "master"
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/Duxinkai1024/progect-01.git'
A@DESKTOP-R6M0A35 MINGW64 ~/Desktop/git (main)
$ git remote add origin https://github.com/Duxinkai1024/progect-01.git
fatal: remote origin already exists.
A@DESKTOP-R6M0A35 MINGW64 ~/Desktop/git (main)
$ git branch -M main
A@DESKTOP-R6M0A35 MINGW64 ~/Desktop/git (main)
$ git push -u origin main
Logon failed, use ctrl+c to cancel basic credential prompt.
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/Duxinkai1024/progect-01.git/'
Beta Was this translation helpful? Give feedback.
All reactions