Skip to content

flyysr/goDaily

Repository files navigation

goDaily

Permanently authenticating with Git repositories, Run following command to enable credential caching:

$ git config credential.helper store $ git push https://github.com/flyysr/goDaily.git

Username for 'https://github.com': Password for 'https://[email protected]': Use should also specify caching expire,

git config --global credential.helper 'cache --timeout 7200' After enabling credential caching, it will be cached for 7200 seconds (2 hour).

About

write some code everyday. just smile everyday. :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published