good20087758521 / apjp

Automatically exported from code.google.com/p/apjp
0 stars 0 forks source link

Heroku平台部署apjp 失败 #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
$ git commit -m "init"  这一步总是失败,请教怎么解决?

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

Original issue reported on code.google.com by longhait...@gmail.com on 5 Jan 2014 at 3:00

GoogleCodeExporter commented 9 years ago
应该是 git commit -m "deploy apjp" 吧?

Original comment by abch...@gmail.com on 6 Jan 2014 at 3:35

GoogleCodeExporter commented 9 years ago
heroku login
git init
git add .
git commit -m "deploy apjp"

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  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 
'Áúº£Ìì@ÃλÃÌìʹ.(none)')

Warning: Your console font probably doesn't support Unicode. If you experience s
trange characters in the output, consider switching to a TrueType font such as L

还是没用

Original comment by longhait...@gmail.com on 7 Jan 2014 at 1:54

GoogleCodeExporter commented 9 years ago
现已成功了

Original comment by longhait...@gmail.com on 14 Jan 2014 at 9:42