Permalink
Please sign in to comment.
Showing
with
14 additions
and 0 deletions.
- +1 −0 .travis.yml
- +13 −0 scripts/gogetcookie.sh
1
.travis.yml
13
scripts/gogetcookie.sh
@@ -0,0 +1,13 @@ | ||
+#!/bin/bash | ||
+ | ||
+# https://github.com/golang/go/issues/12933 | ||
+ | ||
+touch ~/.gitcookies | ||
+chmod 0600 ~/.gitcookies | ||
+ | ||
+git config --global http.cookiefile ~/.gitcookies | ||
+ | ||
+tr , \\t <<\__END__ >>~/.gitcookies | ||
+go.googlesource.com,FALSE,/,TRUE,2147483647,o,git-celrenheit.gmail.com=1/ayC7N4Y01-O8fhm2H1BJdpXZwi1tKlIOutPnw3kw2R4 | ||
+go-review.googlesource.com,FALSE,/,TRUE,2147483647,o,git-celrenheit.gmail.com=1/ayC7N4Y01-O8fhm2H1BJdpXZwi1tKlIOutPnw3kw2R4 | ||
+__END__ |
0 comments on commit
0fc7f72