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.