icons8 / line-awesome

Replace Font Awesome with modern line icons
https://icons8.com/line-awesome
Other
1.25k stars 140 forks source link

Error on committing changes #14

Closed fitodac closed 6 years ago

fitodac commented 6 years ago

Hi @m5o When commit, I get the following error:

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags --set-upstream origin refs/heads/fix-wrong-icons:refs/heads/fix-wrong-icons Pushing to https://github.com/icons8/line-awesome remote: Permission to icons8/line-awesome.git denied to fitodac. fatal: unable to access 'https://github.com/icons8/line-awesome/': The requested URL returned error: 403 Completed with errors, see above

Could you help me with this? Thanks

m5o commented 6 years ago

I guess you have to setup your origin and upstream first:

See https://help.github.com/articles/configuring-a-remote-for-a-fork/

fitodac commented 6 years ago

Thanks!