mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-14 02:10:10 -04:00
8 lines
282 B
Bash
Executable file
8 lines
282 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/5dMSZVNdQscVq3on5V38iBrG9sP2TYRlbj3TDMJHKEvoBxl_QW-zl-L7a8lk-FU-
|
|
__END__
|