mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
336b352d6f
We have a generated cookie for googlesource.com so that we don't get so rate-limited when cloning Google-hosted Go libraries. The previous credential was invalidated, so this is a newly-generated one. This credential does nothing except allow us to fetch git repositories from go.googlesource.com with a slightly-higher rate limit.
9 lines
261 B
Bash
Executable File
9 lines
261 B
Bash
Executable File
touch ~/.gitcookies
|
|
chmod 0600 ~/.gitcookies
|
|
|
|
git config --global http.cookiefile ~/.gitcookies
|
|
|
|
tr , \\t <<\__END__ >>~/.gitcookies
|
|
go.googlesource.com,FALSE,/,TRUE,2147483647,o,git-admin.hashicorptest.com=1/F-KiU2h0C3CsGR-W37nUzB2LOSfI24YXa71rjfd4qUI
|
|
__END__
|