Commit 5987a51
committed
github: fix git remote url
Fixes error:
Run set -euxo pipefail
+ [[ -d .git ]]
+ git clean -ffdx
+ git reset --hard HEAD
HEAD is now at 0441781 devconfig: add a default for kdevops_enable_terraform
+ git remote set-url origin https://github.com/linux-kdevops/kdevops
+ git fetch --depth=1 origin main
fatal: could not read Username for 'https://github.com': No such device or address
Signed-off-by: Daniel Gomez <[email protected]>1 parent afd6c03 commit 5987a51
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments