Hello everyone, I have a problem when uploading my...
# generative-ai
e
Hello everyone, I have a problem when uploading my repository to the efabless platform. I followed the steps presented in the video "Uploading your Design", I have my github repository, I created a project for the "chipIgnite CI 2309 shuttle" with the tag "AI-design-contest". Then I used the commands
$ git remote add ef-repo2 <ssh://git@repositories.efabless.com/baungarten/AI_by_AI.git>
$ git push -u ef-repo2 main
Although the caravel repository appears now in the platform, it does not appear with my files, but with the files of the example, is this normal? or how can I upload my project?
j
@Emilio Baungarten you should see you files after pushing your repo. did the
git push
command complete successfully?
e
Yes, the command was complete successfully, when i tried again it said "Everything up-to-date" ef-repo was my first try, I thought that I did something wrong, so I did everything again but I had the same result
j
I’m checking you repo and I see files.
message has been deleted
e
Yes but the files are the same as the user_example and not the files of my repo.
j
did you commit your files locally?
what is the results of a
git status
e
No i just make a push, does i need to use the comand
add
,
commit
an then push?
git status
result:
j
yes -
git add
each directory where you have changes. then
git commit
then run the push again
1
e
Thank you, everything is now online.