[ssh] Add https auth method for Gitea and Github
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a3232ccfd9
commit
494ecac073
@ -126,3 +126,9 @@
|
|||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
[safe]
|
[safe]
|
||||||
directory = /opt/flutter
|
directory = /opt/flutter
|
||||||
|
|
||||||
|
[url "https://phundrak@github.com"]
|
||||||
|
insteadOf = https://github.com
|
||||||
|
|
||||||
|
[url "https://phundrak@labs.phundrak.com"]
|
||||||
|
insteadOf = https://labs.phundrak.com
|
||||||
|
Loading…
Reference in New Issue
Block a user