I have forked and pulled the repository. Adding and committing to git seems to work, but every time I try to push it it comes up with:
"fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add
and then push using the remote name
git push "
When I try to specify where it's going it keeps coming up with errors. I think I may be formatting the url to push to wrong but I can't work out where. I haven't had this issue before when pushing to github.
I have forked and pulled the repository. Adding and committing to git seems to work, but every time I try to push it it comes up with: "fatal: No configured push destination. Either specify the URL from the command-line or configure a remote repository using git remote add
and then push using the remote name
git push "
When I try to specify where it's going it keeps coming up with errors. I think I may be formatting the url to push to wrong but I can't work out where. I haven't had this issue before when pushing to github.