[FS#911] Problem with login into private git repos

LEDE Bugs lede-bugs at lists.infradead.org
Mon Jul 17 02:56:30 PDT 2017


The following task has a new comment added:

FS#911 - Problem with login into private git repos
User who did this - Baptiste Jonglez (bjonglez)

----------
The build system has changed a lot since OpenWrt, in particular to be faster.  It seems like this change is an unwanted side-effect.  Did this work with LEDE before?  If so, please find which LEDE commit broke support for this use-case.

As a workaround, you can use GIT_ASKPASS or core.askPass.  For instance, something like this:

git config core.askPass "cat /home/myuser/mygitpassword.txt"

where mygitpassword.txt contains the password.  Or use something more complicated with a secure keystore.
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=911#comment2998



More information about the lede-bugs mailing list