# remote: Support for password authentication was removed on August 13, 2021.

* # Problem
    

remote: Support for password authentication was removed on August 13, 2021.

remote: Please see [https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls) for information on currently recommended modes of authentication.

* # Solution
    

```http
git remote set-url origin https://token@github.com/userName/repoURL
```

* # Video Solution
    

<iframe width="100%" height="450" src="https://www.youtube.com/embed/ePCBuIQJAUc?si=OAmxbCHxT7A1JKwE"></iframe>
