Why i can't push my code on my GitHub repositorty after set up my remote?
问题 I am not so into GIT and I have the following problem: I created a new repository on GitHub . Then, into the folder of my project, I have done the following commands: 1) I set up the init repository into my project folder: git init 2) I set up the reference to my GitHub repository: git remote add origin https://github.com/AndreaNobili/SpringBoot-Excel-API.git And retrieving the reference information I obtain this: developer@developer-virtual-machine:~/git/SOC-dashboard$ git remote -v origin