ฉันพยายามตรวจสอบสิทธิ์กับ GitHub โดยใช้โทเค็นการเข้าถึงส่วนบุคคล ในไฟล์วิธีใช้ที่ github ระบุว่าให้ใช้เมธอด cURL เพื่อพิสูจน์ตัวตน ( https://help.github.com/articles/creating-an-access-token-for-command-line-use ) ฉันได้ลองสิ่งนี้แล้ว แต่ฉันยังไม่สามารถกดไปที่ GitHub ได้ โปรดทราบว่าฉันกำลังพยายามผลักดันจากเซิร์ฟเวอร์ที่ไม่ได้รับการรับรองความถูกต้อง (Travis-CI)
cd $HOME
git config --global user.email "emailaddress@yahoo.com"
git config --global user.name "username"
curl -u "username:<MYTOKEN>" https://github.com/username/ol3-1.git
git clone --branch=gh-pages https://github.com/username/ol3-1.git gh-pages
cd gh-pages
mkdir buildtest
cd buildtest
touch asdf.asdf
git add -f .
git commit -m "Travis build $TRAVIS_BUILD_NUMBER pushed to gh-pages"
git push -fq origin gh-pages
รหัสนี้ทำให้เกิดข้อผิดพลาด:
ระยะไกล: การเข้าถึง scuzzlebuzzle / ol3-1.git ถูกปฏิเสธโดยไม่ระบุชื่อ
ถึงแก่ชีวิต: การตรวจสอบสิทธิ์ล้มเหลวสำหรับ " https://github.com/scuzzlebuzzle/ol3-1.git/ " "