You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
368 B
10 lines
368 B
8 years ago
|
touch ~/.gitcookies
|
||
|
chmod 0600 ~/.gitcookies
|
||
|
|
||
|
git config --global http.cookiefile ~/.gitcookies
|
||
|
|
||
|
tr , \\t <<\__END__ >>~/.gitcookies
|
||
|
go.googlesource.com,FALSE,/,TRUE,2147483647,o,git-z.pingcap.com=1/Xv6CBlnVpdrhYBXT5i_VexGocQcbgkKsrW938zgjqx0
|
||
|
go-review.googlesource.com,FALSE,/,TRUE,2147483647,o,git-z.pingcap.com=1/Xv6CBlnVpdrhYBXT5i_VexGocQcbgkKsrW938zgjqx0
|
||
|
__END__
|