Estou tentando me autenticar no GitHub usando um token de acesso pessoal. Nos arquivos de ajuda do github, ele afirma usar o método cURL para autenticar ( https://help.github.com/articles/creating-an-access-token-for-command-line-use ). Eu tentei isso, mas ainda não consigo enviar para o GitHub. Observe, estou tentando enviar de um servidor não autenticado (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
Este código causa os erros:
remoto: acesso anônimo a scuzzlebuzzle / ol3-1.git negado.
fatal: Falha na autenticação de ' https://github.com/scuzzlebuzzle/ol3-1.git/ ' "