First, you need to make sure you have write permissions on the associated remote repository. Then, you need to make sure that the local name of your remote warehouse is origin (use the git remote show command). Although it is this name by default, what if you change it?
Try to clone the remote library first, and then push it
Confirm whether the remote library has a master branch.
Confirm whether you have permission to access the remote library.
First, you need to make sure you have write permissions on the associated remote repository.
Then, you need to make sure that the local name of your remote warehouse is origin (use the
git remote show
command). Although it is this name by default, what if you change it?