opentofu/scripts/gogetcookie.sh
2023-05-02 15:33:06 +00:00

12 lines
350 B
Bash
Executable File

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
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__