CodeIgniter Forums
git error? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: git error? (/showthread.php?tid=62584)



git error? - solidcodes - 08-01-2015

sorry if this is git question,

when I type the command below,
Code:
git push origin master

I got this error below
Code:
error: The requested URL returned error: 403 while accessing https://github.com/username/projectname.git/info/refs

fatal: HTTP request failed

I'm not sure if I entered the wrong username and password, that produces this error,
or any other reason why this error show up?

suggestion?

thanks in advance.


RE: git error? - solidcodes - 08-01-2015

Okay the password was wrong.
I already figured out the password.

Problem solved.


RE: git error? - ignitedcms - 08-02-2015

Any reason why you're not using a github client, I use github client for mac and it's a breeze pushing my commits.


RE: git error? - solidcodes - 08-02-2015

if you want to be fluent in git, better use git bash not git client.
the client has many shortcuts and there are things in git bash commands that a client can't do.


RE: git error? - mwhitney - 08-04-2015

...and, last I checked, GitHub doesn't have a Linux client (and I must say the lack of one really hurt for the first few months after I switched my development machine from Windows to Linux).