fix: use ssh instead of https for github
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
lfs = {
|
||||
locksverify = true;
|
||||
};
|
||||
"url \"ssh://git@github.com/\"" = {
|
||||
insteadOf = "https://github.com/";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user