I have created a project with phoenix.new.
I tried to clone the repository with the clone to your local repo option.
After pasting the link I was told to copy and run in my terminal I get…
warning: You appear to have cloned an empty repository.
I have created a project with phoenix.new.
I tried to clone the repository with the clone to your local repo option.
After pasting the link I was told to copy and run in my terminal I get…
warning: You appear to have cloned an empty repository.
Have you staged and committed your changes?
Ya, git log shows all the commits….
The AI changed the project name and it also changed to workspace folder when I asked it to change the project name. So that might be why it has failed to clone. The other projects I have still clone fine.
I had the same empty cloned repo issue, but in my case the AI was not staging or committing the changes — so I had to stage/commit manually via the terminal. Looks like the cause was different in your case. Hopefully it’s all sorted now.