ฉันยังใหม่กับ Git มาก ฉันเพิ่งสร้างบัญชี GitHub เมื่อไม่นานมานี้
ฉันเพิ่งพยายามพุชที่เก็บแรกของฉัน (โครงการตัวอย่าง) แต่ฉันได้รับข้อผิดพลาดต่อไปนี้:
No such remote 'origin'
ฉันรันคำสั่งต่อไปนี้:
git init
git commit -m "first commit"
git remote add origin https://github.com/VijayNew/NewExample.git
git push -u origin master
อย่างไรก็ตามเมื่อฉันรันคอมมิตคอม -m "การคอมมิตครั้งแรก" ฉันได้รับข้อความต่อไปนี้:
nothing added to commit but untracked files present (use "git add" to track)
ดังนั้นฉันจึงพยายามตั้งค่าorigin
โดยใช้
git remote set-url origin https://github.com/VijayNew/NewExample.git
แต่ฉันได้รับข้อผิดพลาดต่อไปนี้:
No such remote 'origin'
ฉันทำอะไรผิดและฉันควรทำอย่างไร?
git remote -v
ไม่มีอะไรที่แสดง
git-remote -v
?