If you use SSH authentication, then add your public key to the server. If you use https authentication, then verify whether your username and password are correct
You need to add your public key to the server. The public key is equivalent to an identity. The server will only allow you to perform push operations after recognizing your identity
If you use SSH authentication, then add your public key to the server.
If you use https authentication, then verify whether your username and password are correct
You need to add your public key to the server. The public key is equivalent to an identity. The server will only allow you to perform push operations after recognizing your identity
Have you added the public key?
You need to add the SSH key in your github account settings--SSH and GPG keys.
Add the public key first, then commit and then submit
Now generate an ssh public key on github and add it
Hope it helps you