ฉันสร้างทางแยก (ขอเรียกว่าmyrepo
) ของที่เก็บอื่น (ขอเรียกว่าorirepo
) บน GitHub orirepo
ต่อมาผมโคลน
git clone https://github.com/original/orirepo.git
ฉันแก้ไขไฟล์ประมาณ 20 ไฟล์จากนั้นฉันก็จัดเตรียมการเปลี่ยนแปลงของฉันและทำการคอมมิต
git add
git commit
อย่างไรก็ตามเมื่อฉันพยายามที่จะผลักดัน
git push
ฉันได้รับข้อผิดพลาดนี้:
remote: Permission to original/orirepo.git denied to mylogin.
fatal: unable to access 'https://github.com/original/orirepo.git/': The requested URL returned error: 403
ฉันรู้ว่าฉันทำพลาด: ฉันควรจะโคลนส้อมของฉันมากกว่าorirepo
แต่ตอนนี้มันสายเกินไปแล้ว ฉันจะดันไปที่ทางแยกแทนที่จะไปorigin/orirepo
ที่ซึ่งฉันไม่มีสิทธิ์เขียนได้อย่างไร