From 1a5d48fac703de27d8a7bfddd8f17457b8f72965 Mon Sep 17 00:00:00 2001 From: Thomas Wilbur Date: Wed, 18 May 2016 08:17:24 -0500 Subject: [PATCH] Run this to stop asking for password like crazy --- start.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000000..0bf6d23a63 --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +# Run this to stop asking for password like crazy +git config --global credential.helper wincred +git config --global credential.helper cache +sudo python greenhat.py