Изменение пути в git config

Перенёс все программы в одну папку, но в git config путь прописан без этой папки и ничего не работает. Попытался сам переделать путь к vs code, и теперь у меня их 2 (один нужно удалить) Так же нужно изменить путь для директории с git

$ git config --list
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=openssl
http.sslcainfo=F:/Git/mingw64/ssl/certs/ca-bundle.crt /*прописать сюда правильный путь*/
core.autocrlf=true
core.fscache=true
core.symlinks=false
pull.rebase=false
credential.helper=manager-core
credential.https://dev.azure.com.usehttppath=true
init.defaultbranch=main
core.editor=F:\Program Files\Microsoft VS Code\bin\code  
core.editor='F:\Program Files\Microsoft VS Code\bin\code' /*удалить эту строку*/

Ответы (0 шт):