olá o meu código e ele não está mandando as alterações para o github
rodolpho santos@RODOLPHO MINGW32 ~/local (master) $ git remote original osiris primeiro
rodolpho santos@RODOLPHO MINGW32 ~/local (master) $ git push primeiro HEAD:master error: src refspec HEAD does not match any. error: failed to push some refs to 'https://github.com/270210/exemple.git'
rodolpho santos@RODOLPHO MINGW32 ~/local (master) $ git push master primeiro error: src refspec primeiro does not match any. error: failed to push some refs to 'master'
rodolpho santos@RODOLPHO MINGW32 ~/local (master) $ git config --global user.name "guilherme"
rodolpho santos@RODOLPHO MINGW32 ~/local (master) $ git config --global user.email "270210.gui@gmail.com"
rodolpho santos@RODOLPHO MINGW32 ~/local (master) $ git push primeiro master error: src refspec master does not match any. error: failed to push some refs to 'https://github.com/270210/exemple.git'
EU JÁ TENTEI USAR O FLAG " -U" E O FAZENDO O " HEAD:" E EU ESTOU NA PASTA DO REPOSITÓRIO QUE É "LOCAL" E MESMO ASSIM NÃO FUNCIONA APRESENTA A MESMA MENSAGEM????
NESSA PARTE EU FIZ TUDO NOVAMENTE ELE ATÉ SOLICITOU O USER NAME MAIS MESMO ASSIM A MENSAGEM APARECE:
rodolpho santos@RODOLPHO MINGW32 ~/local (master) $ git push -u oficial master Logon failed, use ctrl+c to cancel basic credential prompt. Username for 'https://github.com/': 270210 To https://github.com/270210/exemple.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/270210/exemple.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
rodolpho santos@RODOLPHO MINGW32 ~/local (master) $ git push -u oficial master To https://github.com/270210/exemple.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/270210/exemple.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
POR FAVOR ALGUEM PODE ME AJUDAR??????