Post List

레이블이 git인 게시물을 표시합니다. 모든 게시물 표시
레이블이 git인 게시물을 표시합니다. 모든 게시물 표시

2016년 10월 21일 금요일

git fatal: unable to auto-detect email address

git 을 처음 설치하고 git commit 시 fatal 에러가 났다...

1
2
3
4
5
6
7
8
9
[binrang@binrang br-electrode-app]$ git commit -m 'first commit'
*** 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 'binrang@binrang.(none)')
[binrang@binrang br-electrode-app]$ 

뭐 특별한 에러는 아니고 니 정보를 알려달란다.. 친절하게 뭘 해야 될지도 알려주네..ㅎㅎ

2016년 10월 19일 수요일

Walmart Electrode 앱을 배포해보기 #04

배포는 Heroku를 이용해보기로 한다.

Heroku는 클라우드 플랫폼(PaaS)을 제공하고 개발자는 무료로 한개의 웹 서버를 기동할 수 있다.

이번 일렉트로드 앱을 github를 통하여 Heroku에 배포하는 방법이다.

그래서 git 이 설치되었다고 가정하고 진행한다.


CentOS 7 에 Github 사용을 위한 Git 설치

일렉트로드 를 공부하다 보니 Github를 이용하게 되어 이에 대하여 풀어보고자 한다.

환경 : CentOS 7 기본설치

1. git 명령어를 입력해보자.

[binrang@localhost ex-electrode-app]$ git
bash: git: 명령을 찾을 수 없습니다...

git 이 없다...T.T;;