我一直試圖部署create-react-app,但得到了一個錯誤
我一直試圖部署create-react-app,但得到了一個錯誤。
fatal: repository 'https://github.com/charyyev2000/Portfolio-React.git/'/span> not found
然后我創建了一個token并試圖用它來部署,
git remote add origin https://< TOKEN>@github.com/charyyev2000/Portfolio-React.git
再次出錯;
洗掉存盤庫,再次創建并嘗試部署,再次得到同樣的錯誤
洗掉存盤庫,再次創建并嘗試部署。
fatal: repository 'https://github.com/charyyev2000/Portfolio-React.git/' not found
我做錯了什么?或者,我在packages.json中的主頁有問題嗎?
"homepage"/span>。"https://charyyev2000.github.io/Portfolio-React"。
我也不能從我的任何其他存盤庫中部署。 我現在應該怎么做。
uj5u.com熱心網友回復:
你是Git/GitHub工具的新手,我希望你能完成這個任務。
P/S: 有時,你需要
git add 。
git commit -m"foo"/span>
git push -v
或者你在你的控制臺螢屏上看到任何指南,讓我們跟隨指南你所看到的。
uj5u.com熱心網友回復:
你的版本庫可能是私有的。
試試這個。git remote set-url origin https://[email protected]/charyyev2000/Portfolio-React.git
或者使用ssh密鑰。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/325279.html
標籤:

