I have small laravel project that committed to git. Then I successfully deleted a remote repository by manually(Setting -> Delete this repository), it work fine. But once I try to make new repository on vs code, then I got
$ git init
Reinitialized existing Git repository in C:/xampp/htdocs/uploadcanvas/.git/
Actually, this repository already deleted. But I may need to clear some cache/file to create new repository. But I'm do not know how to manage that.
Any advise or guidance would be greatly appreciated, Thanks.
I think you can delete .git
folder.
Try with below command
sudo rm -rf .git
then
git init
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With