fix: use ssh instead of https for github

This commit is contained in:
2026-04-29 23:20:36 +05:00
parent e7f53dc359
commit a773c9d6ec
2 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,9 @@
lfs = {
locksverify = true;
};
"url \"ssh://git@github.com/\"" = {
insteadOf = "https://github.com/";
};
};
};
}