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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34720-2b460.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34720-2b460.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?