0
On the Mac after you first use the github user and password data in the terminal, that data is preconfigured for future use. If I try to clone or push with another user it is a mistake. It usually says that the repository is not found or does not exist. I have tried several things. From putting the user in the clone url to using git config with the other user and nothing came of it. Could you please give me a hand with that?
Are you clone/push via SSH or HTTPS? If it is SSH you need to configure your publish key in your repository.
– Luis Eduardo
I tried both ways (ssh/https) and none worked, but I did not set up the key as reported. What would be the procedure to do this?
– Josiel
https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account
– Luis Eduardo