set up a git repo add set account's default identity

Bug #1596727 reported by caowei
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-openstack-integration
Won't Fix
Undecided
caowei

Bug Description

root@ubuntu14044:/etc/puppet# git init
Initialized empty Git repository in /etc/puppet/.git/
root@ubuntu14044:/etc/puppet# echo "modules/" >> .gitignore
root@ubuntu14044:/etc/puppet# git add .
root@ubuntu14044:/etc/puppet# git commit -m "initial files"

*** Please tell me who you are.

Run

  git config --global user.email "<email address hidden>"
  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 'root@ubuntu14044.(none)')

Revision history for this message
caowei (caowei-e) wrote :

set account's default identity:

root@ubuntu14044:/etc/puppet# git config --global user.email "cao.wei@99cloud.net"
root@ubuntu14044:/etc/puppet# git config --global user.name "caowei"
root@ubuntu14044:/etc/puppet# git commit -m "initial files"
[master (root-commit) 18d28a3] initial files
 4 files changed, 36 insertions(+)
 create mode 100644 .gitignore
 create mode 100755 etckeeper-commit-post
 create mode 100755 etckeeper-commit-pre
 create mode 100644 puppet.conf

Changed in puppet-openstack-integration:
assignee: nobody → caowei (caowei-e)
Changed in puppet-openstack-integration:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.