Kişisel bir erişim belirteci kullanarak GitHub ile kimlik doğrulamaya çalışıyorum. Github'daki yardım dosyalarında, kimlik doğrulaması için cURL yöntemini kullanmayı belirtir ( https://help.github.com/articles/creating-an-access-token-for-command-line-use ). Bunu denedim ama yine de GitHub'a aktaramıyorum. Lütfen, kimliği doğrulanmamış bir sunucudan (Travis-CI) aktarmaya çalıştığımı unutmayın.
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
Bu kod hatalara neden olur:
remote: scuzzlebuzzle / ol3-1.git'e anonim erişim reddedildi.
önemli: ' https://github.com/scuzzlebuzzle/ol3-1.git/ ' " için kimlik doğrulama başarısız oldu