Dv
git cloneSize: a a a
Dv
git clonepl
Dv
.git/config руками.Dv
set-url, ни remote add не могут этого сделать правильно.pl
❯ alias cl = "git clone"
❯ cl git@github.com:peach-lasagna/lang-train.git train-lang
Cloning into 'train-lang'...
warning: You appear to have cloned an empty repository.
❯ git remote -v
origin https://github.com/peach-lasagna/lang-train.git (fetch)
origin https://github.com/peach-lasagna/lang-train.git (push)
pl
Dv
❯ alias cl = "git clone"
❯ cl git@github.com:peach-lasagna/lang-train.git train-lang
Cloning into 'train-lang'...
warning: You appear to have cloned an empty repository.
❯ git remote -v
origin https://github.com/peach-lasagna/lang-train.git (fetch)
origin https://github.com/peach-lasagna/lang-train.git (push)
Dv
Dv
Dv
pl
Dv
git config --listDv
pl
url.git@github.com:.insteadof=https://github.com/
url.https://github.com/.insteadof=git@github.com:Dv
url.git@github.com:.insteadof=https://github.com/
url.https://github.com/.insteadof=git@github.com:pl
Dv
Dv
pl