Log in to your github (coding) account and add ssh key
Modify your local ssh remote url instead of https protocol and use git protocol instead
Use https protocol directly
This method is also possible For example:
def update():
with cd(project_root):
run('git clone')
At that time, he will prompt you to enter your username and password, but this method has a disadvantage. If you accidentally enter the wrong one, just try it again
I have tried it, and there are two solutions
Use ssh key
Transfer the public key to your github account
Log in to your github (coding) account and add ssh key
Modify your local ssh remote url instead of https protocol and use git protocol instead
Use https protocol directly
This method is also possible
For example:
At that time, he will prompt you to enter your username and password, but this method has a disadvantage. If you accidentally enter the wrong one, just try it again
Add your own SSH public key to coding.net: