https://github.com/settings/profile
https://github.com/settings/apps
Write permission..
You will get something like this:
your_token
ghp_YQy1VSJLOEmeo0J3lRCyFsdfdfkkkDFDF
Now follow below method
Once you have the token, you can enter it instead of the password when performing Git operations over HTTPS. For example, enter the following in the command line:
Git clone https://github.com/sergejdergatsjev/PageAdmin.git
$ git clone https://github.com/username/repo.git
Username: your_username
Password: your_token
Comments
Post a Comment