Hello friends!
I want create my private repos of opnsense. I forked all repos (core, ports, tools) in my local gitlab.
Then i try modify tools to build from my repos, but i don't know how setup user and password from my git in opnsense/tools/blob/master/Makefile
Hi,
It depends a little. Are you repos accessible via HTTP(S) or SSH? But in both cases setting GITBASE accordingly is sufficient...
Cheers,
Franco
My repos accessible via HTTPS.
Tell please, how i can set username and pass via GITBASE ?
https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage
Yes, i know about this. But after
git config --global user.name "mygituser"
git config --global user.email mygituser@mygit.local
make update again promt user name and password
I found solutions:
In Makefile:
GITBASE?= https://myuser:mypass@git.local/myopnsense