설치해
https://desktop.github.com
file - setting
C:\Users\2\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin\git.exe
C:\Users\n\AppData\Local\GitHub\PortableGit_25d850739bc178b2eb13c3e2a9faafea2f9143c0\cmd\git.exe
try this
git config --system http.sslcainfo "C:\Program Files (x86)\git\bin\curl-ca-bundle.crt"
git config --system http.sslcainfo "D:\PortableGit\usr\ssl\certs\ca-bundle.crt"
or
Switch off your SSL by running this command
git config --system http.sslverify false
VCS - Enable Version Control Integration
프로젝트명 우클릭 - git - Add
프로젝트명 우클릭 - git - Commit Directory
프로젝트명 우클릭 - git - Repository - Push
.iml 파일이 잘 올라갔는지 확인하자.
'Android 개발' 카테고리의 다른 글
디컴파일 (1) | 2017.05.08 |
---|---|
log.dubg 안드로이드 디버깅 보기 (0) | 2017.02.27 |
JADX 툴로 안드로이드 apk 파일을 디컴파일 후 분석,수정을 한뒤 리패키징하기 (0) | 2016.08.16 |
안드로이드 INTERNET StrictMode.enableDefaults(); (0) | 2015.09.21 |
github에서 받을때 (0) | 2015.09.09 |