Gerrithub seems to now require a password when using https. At least for fetching patches using those handy urls in the download menu, here is what you have to do:
If you want to have your repo remember the password: git config credential.helper store And then download a patch, when it asks for password, go to your gerrithub account settings and click on HTTP Password. Cut and paste that password If you did the credential.helper store, it will permanently store your password. Optionally you could do: git config --global credential.helper "cache --timeout=3600" The default timeout is 15 minutes. I haven't tried this for pushing, though it will probably work for that also (will find out when I push the V2.5-dev-5 up, since that is done to github by https and always asks me for a password, I'm guessing it will ask one of the two times, and then remember that password...) Frank --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ Nfs-ganesha-devel mailing list Nfs-ganesha-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel