'Creating a version control with RStudio with different repository takes me to old repository

I tried creating a version control using R STUDIO and I have already created a repository in github, but the RSTUDIO doesn't clone the repository but redirects me to another repository which I deleted. Here is the error generated:

/usr/bin/git clone --progress https://github.com/Jigme77/MemoriesofRStatistics.git MemoriesofRStatistics
Cloning into 'MemoriesofRStatistics'...
remote: Repository not found.
fatal: repository 'https://github.com/Jigme77/descriptivestats.git/' not found

Any help will be appreciated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source