LAB 5.1 git commit fail
In step 6 of Lab 5.1 we must execute
git commit -m "My initial commit" --author="The genuis me <me@myself.com>"
I get the reply back
"*** Please tell me who you are." .....fatal: unable to auto-detect email address (got 'student@ubuntu.(none)'). I am using the official course VM Ubuntu 16-04.
In step 7 you do actually set these options, and once completed step 6 will work
I suggest to maybe swap the steps in the labs?
Comments
-
Hi Jengel,
In this lab, yes, you can swap step 6 with 7. In fact it was already configured in the system that's showing the lab, so it didn't get the error you had.
Thanks,
Luis.
0 -
my OS is ubuntu and I got the same error even after performing the git config commands. What I noticed was that the error was telling me to input "global" git config. So I used the following and it worked.
root@lcfs-vm:/git-test# git config --global user.name "Genius"
root@lcfs-vm:/git-test# git config --global user.email "genius@genius.com"
root@lcfs-vm:/git-test# git commit -m "My initial commit" --author="A Genius <blah@linux.com>"
[master (root-commit) 48a9720] My initial commit
Author: A Genius <blah@linux.com>
1 file changed, 1 insertion(+)
create mode 100644 somejunkfile
root@lcfs-vm:/git-test# get log
No command 'get' found, but there are 18 similar ones
get: command not found
root@lcfs-vm:/git-test# git log
commit 48a972083f324f322c02340231579f60a9ae4428
Author: A Genius <blah@linux.com>
Date: Fri Oct 6 11:47:30 2017 -0700My initial commit
root@lcfs-vm:/git-test#0 -
Hi cvasquez,
Yes, that works. Anyway, you should be able to run git commits with a normal user (instead root).
Regards,
Luis.
0 -
Hi Luis, tengo esta salida cuandos doy git status
root@localhost git-test]# git status
On branch master
#
Initial commit
#
Untracked files:
(use "git add ..." to include in what will be committed)
#
somejunkfile
nothing added to commit but untracked files present (use "git add" to try
el objetivo del ejercicio cual es?
muchas gracias
0 -
Hola chmorenos,
El objetivo de este laboratorio es introducirse en el uso de git; para eso se ejecutan varios comandos básicos con el fin de quedar con un ambiente funcional de git y realizar algunas operaciones también básicas.
¿Seguiste todos los pasos del laboratorio?
Saludos,
Luis.0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 1.4K LFS258 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 945 Programming and Development
- 310 Kernel Development
- 617 Software Development
- 977 Software
- 369 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)