Open OptimisticMonkey opened 9 years ago
Bypassed py embedding credentials in [lfs] section of gitconfig
@OptimisticMonkey How dod you do that? Here is my config in my local .gitconfig:
[lfs] url=foo.bar.com username=someUser password=blargh
Is that correct?
@OptimisticMonkey im also curious how you bypassed the constant prompting. neither @nterry's suggestion nor @yvirin's suggestion worked for me.
I have the environment variables set in .bash_profile e.g. echo $USERNAME user
But when i try git push -u origin master I can see in the log xxxxxxxxxx - - [28/Aug/2015:17:34:29 +0000] "POST /objects HTTP/1.1" 401 28 0.0004 ipxxxxxxxxxxxxxxxxx - - [28/Aug/2015:17:34:29 UTC] "POST /objects HTTP/1.1" 401 28
and it keeps asking for username and password on the client.
The good news is that there are two files that did show up in the bucket....so it is close.... any ideas?