- This topic is empty.
-
AuthorPosts
-
September 9, 2014 at 12:52 pm #182385
nixnerd
Participantnow type this:
cd test git status
September 9, 2014 at 12:53 pm #182386Erik
ParticipantActually the
[email protected]:~$ ls
isn’t really has my real name.. seeing it’s not erik lol so yes it be nice to change it away from my real name.
September 9, 2014 at 12:55 pm #182387Erik
ParticipantAgain got
[email protected]:~$ cd test
[email protected]:~/test$ git status
On branch masterInitial commit
Untracked files:
(use “git add <file>…” to include in what will be committed)test.html test/
nothing added to commit but untracked files present (use “git add” to track)
[email protected]:~/test$September 9, 2014 at 12:56 pm #182388nixnerd
ParticipantBut this here:
erik-Aspire-7551
That’s your hostname. Ubuntu always makes them super long. I like a nice short succinct host name. I’m thinking about being [email protected]… which I’m sure @traq would appreciate.
September 9, 2014 at 12:57 pm #182389nixnerd
ParticipantNow without going anywhere type
git add .
Don’t forget the period.September 9, 2014 at 1:06 pm #182390Erik
Participantyes there is a erik-Aspire-7551 .. I think
and
git add .
did nothingSeptember 9, 2014 at 1:09 pm #182391Erik
ParticipantMight I suggest a Skype session so we not have to keep using the forum..?
September 9, 2014 at 1:13 pm #182392Alen
Participantand
git add .
did nothingIt did you just didn’t see anything…
September 9, 2014 at 1:18 pm #182393Erik
Participantit did this
[email protected]:~/test$ git add .
[email protected]:~/test$September 9, 2014 at 1:23 pm #182394nixnerd
ParticipantThat’s correct. You shouldn’t see anything. Now you can commit with:
git commit -m "Commit message"
September 9, 2014 at 1:25 pm #182395Erik
Participant[email protected]:~/test$ git commit -m “Commit message”
*** Please tell me who you are.
Run
git config –global user.email “[email protected]”
git config –global user.name “Your Name”to set your account’s default identity.
Omit –global to set the identity only in this repository.fatal: unable to auto-detect email address (got ‘[email protected](none)’)
[email protected]:~/test$September 9, 2014 at 1:29 pm #182396nixnerd
ParticipantOh shit that’s right. You need to identify yourself. Just follow the directions.
September 9, 2014 at 1:33 pm #182397Alen
ParticipantDid you run these two commands?
git config –global user.email “[email protected]” git config –global user.name “Your Name”
September 9, 2014 at 1:35 pm #182398Erik
Participant[email protected]:~/test$ git config –global user.email “[email protected]”
[email protected]:~/test$ git config –global user.name “Your Name”
[email protected]:~/test$ ^Mgit config –global user.email “[email protected]”git’ found, did you mean:
Command ‘dgit’ from package ‘dgit’ (universe)
Command ‘qgit’ from package ‘qgit’ (universe)
Command ‘jgit’ from package ‘jgit-cli’ (universe)
Command ‘git’ from package ‘git’ (main)
git: command not found
[email protected]:~/test$September 9, 2014 at 1:35 pm #182399Erik
ParticipantI’m so lost right now lol… starting to think this thing not worth the effort.
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.