Ola pessoal.
Então VItor tentei fazer o que deixou nos prints no github, mas não resultou. Coloquei os códigos no bash e tive uns retornos interessantes, vejam:
(base) salatux@salatux ~/Devops $ git config -l
user.email=salatiel.aizza@gmail.com
user.name=Salatiel Aizza
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=git@github.com:salatielaizza/Devops.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.vagrantDEVOP.remote=origin
branch.vagrantDEVOP.merge=refs/heads/master
(base) salatux@salatux ~/Devops $ git branch -m master main
(base) salatux@salatux ~/Devops $ git fetch origin
(base) salatux@salatux ~/Devops $ git branch -u origin/main main
Branch 'main' set up to track remote branch 'main' from 'origin'.
(base) salatux@salatux ~/Devops $ git status
On branch main
Your branch and 'origin/main' have diverged,
and have 11 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
nothing to commit, working tree clean
(base) salatux@salatux ~/Devops $ git log
commit 89fda6c213a79c2b1a24f7c5460578d5effe7dec (HEAD -> main, origin/vagrantDEVOP, origin/master, vagrantDEVOP)
Author: Salatiel Aizza <salatiel.aizza@gmail.com>
Date: Sat Jan 30 20:48:39 2021 +0000
criação de chaves privada para ter acesso a MV pelo IP a partir da maquina local; criação de chaves: ssh-keygen -t rsa, depois entra na MV com o comando vagrant ssh, copia-se a chave pública e adiciona no arquivo .ssh/authorized_keys
commit 93efae14c04193935d38919b6a1e81dfa6b7d655
Author: Salatiel Aizza <salatiel.aizza@gmail.com>
Date: Fri Jan 29 03:40:45 2021 +0000
criação de diretório bionic com nova versão do ubuntu e baixei e instalei o nginx
commit 45a81ffd2490c8527ffa01f982391b369be6dbbf (ansibleDEVOPS)
Merge: 66e5420 ed5df52
Author: Salatiel Aizza <salatiel.aizza@gmail.com>
Date: Fri Jan 29 03:04:48 2021 +0000
Merge branch 'master' of github.com:salatielaizza/Devops
commit 66e54204432849d48959d3347427ea2b8f57da51
Author: Salatiel Aizza <salatiel.aizza@gmail.com>
Date: Fri Jan 29 03:02:40 2021 +0000
inicio doa estudos com vagrant
commit e186c2db665f87832959176a98b6e0bd1fba9176
Author: Salatiel Aizza <salatiel.aizza@gmail.com>
Date: Fri Jan 29 02:05:21 2021 +0000
cd
commit ed5df52d9a944ba3c24fdbf4af4077ff0c6ec9a7
Author: Salatiel Aizza <salatiel.aizza@gmail.com>
Date: Wed Jan 27 20:10:03 2021 +0000
(base) salatux@salatux ~/Devops $ git branch -u origin/main main
Branch 'main' set up to track remote branch 'main' from 'origin'.
(base) salatux@salatux ~/Devops $ git branch
ansibleDEVOPS
* main
vagrantDEVOP
ricardodz as configurações estão ok, tanto que consigo fazer commits para a master, mas não vai para a MAIN. Ou pelo menos não atualiza o meu quadro do github. Sou bem pelego neste git. :/