0
I already tried through cmd prompt as well. It didn’t work. I went to the folder with the cd command/file path. did git init, git add, git commit and git remote add origin url. It didn’t work when I give git push says it doesn’t find the repository.
Help me out, please!
What format of the url you used in
git remote add origin <url>
?– Jéf Bueno
I’ll put more hints up!
– Lucas Niehues de Farias
When you use the git remote command, what appears?
– Isaías de Lima Coelho
when use git remote appears written only origin
– Lucas Niehues de Farias
this means that your remote repository is already trackeado with the local. Do the following : git push -u origin master
– Isaías de Lima Coelho
I did, but it says afterwards: remote: Repository not found. and fatal: Repository 'url' not found
– Lucas Niehues de Farias
I took the liberty of searching your Github and there is no such project, so it really won’t be able to track, you can then create a repositorio la with the same name 'Angularjs' or do what Atmos sent in your reply.
– Isaías de Lima Coelho