mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
d38ee00039
Otherwise rate limiting fix does not work for PRs from forks
11 lines
266 B
Bash
Executable File
11 lines
266 B
Bash
Executable File
#!/bin/bash
|
|
|
|
touch ~/.gitcookies
|
|
chmod 0600 ~/.gitcookies
|
|
|
|
git config --global http.cookiefile ~/.gitcookies
|
|
|
|
tr , \\t <<\__END__ >>~/.gitcookies
|
|
.googlesource.com,TRUE,/,TRUE,2147483647,o,git-paul.hashicorp.com=1/z7s05EYPudQ9qoe6dMVfmAVwgZopEkZBb1a2mA5QtHE
|
|
__END__
|