Excuse me, why doesn't push go up the remote warehouse set up in github?

clipboard.png


after confirming commit, execute
git push-- set-upstream origin master


in the prompt.

you need to set the target warehouse and branch for submission. The default repositories and branches are origin and master
for example:

git push --set-upstream origin master
git push -u origin master

`Please make sure you have the correct access rights
and the repository Secrets.`. If you don't have permission, you can configure ssh key on github

.
Menu