tmhedberg / SimpylFold

No-BS Python code folding for Vim
BSD 3-Clause "New" or "Revised" License
653 stars 57 forks source link

Repository not found #135

Closed foxTr0t1178 closed 2 years ago

foxTr0t1178 commented 2 years ago

cloning the git repository asks for the username and password for my Github account, I provide both and the error:

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/tmhedberg/SimplyFold.git/'

So I made a personal access token, and typed that in place of my password, but it returned with: remote: Repository not found. fatal: repository 'https:/github.com/tmhedberg/SimplyFold.git/' not found

tmhedberg commented 2 years ago

You misspelled the name of the repository in the URL. It's SimpylFold, not SimplyFold.