mirror of https://github.com/hashicorp/terraform
Otherwise rate limiting fix does not work for PRs from forkspull/5763/head
parent
910a7fca98
commit
d38ee00039
@ -0,0 +1,10 @@
|
||||
#!/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__
|
||||
Binary file not shown.
Loading…
Reference in new issue