how to push to github with personal access token
# After pushing the first time, do this
# Enable caching for 7200 seconds (2 hours)
git config --global credential.helper 'cache --timeout 7200'
how to push to github with personal access token
# After pushing the first time, do this
# Enable caching for 7200 seconds (2 hours)
git config --global credential.helper 'cache --timeout 7200'
github personal token
# go to github > settings > developer settings > personal access tokens
# create token
git clone https://<ACCESS_TOKEN>@github.com/<USERNAME>/<REPO>.git
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us