Я пытаюсь отправить sh локальный проект Xcode на GitHub, но получаю следующую ошибку:
![command and error in terminal](https://i.stack.imgur.com/7zxQH.png)
git push -u origin master
remote: Weak credentials. Please Update your password to continue using GitHub.
remote: See https://help.github.com/articles/creating-a-strong-password/.
fatal: unable to access 'https://github.com/josiah-brown/Test1.git/': The requested URL returned error: 403
У меня есть я уже пытался изменить URL на s sh вместо https, но затем я получил эту ошибку:
![error after I changed url to ssh](https://i.stack.imgur.com/wiwiO.png)
Test $ git push -u origin master
Warning: Permanently added the RSA host key for IP address ' 140.82.113.3' to the list of known hosts.
git@github. com: permission denied (publickey)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Я уже изменил свой пароль на GitHub, чтобы убедиться, что он не нарушает требования надежного пароля, и это не решило проблему. Кто-нибудь может помочь?