Я пытаюсь клонировать мои репозитории на своем рабочем столе.Я могу клонировать любые общедоступные репозитории, но клонирование моих частных репозиториев дает мне следующую ошибку
command:
git clone https://github.com/Anjul-Pathak/Test.git
error:
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/Anjul-Pathak/Test.git/'
My Config file details are as follows:
git config --list
core.symlinks=true
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
rebase.autosquash=true
http.sslbackend=schannel
http.sslcainfo=/bin/curl-ca-bundle.crt
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.sslverify=false
http.proxy=https://UserId:Pwd@proxy.company.com:8080
https.sslverify=false
https.proxy=https://UserId:Pwd@proxy.company.com:8080
Тот же идентификатор pwd работает в веб-интерфейсе Github.Я попытался удалить сохраненные учетные данные из диспетчера учетных данных Windows, но безуспешно.Пожалуйста, помогите