일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- npm
- SonarQube
- 스프링
- springboot
- 마이바티스
- slave node
- orm
- Java
- Elk
- 레드마인
- mybatis
- 트랜잭션
- sql
- Gradle
- Git
- 시스템운영
- ElasticSearch
- DB
- spring
- Apach
- 자바
- 엘라스틱서치
- 아파치
- mysql
- Bitbucket
- JVM
- heap메모리
- nodejs
- Stash
- 리눅스
Archives
- Today
- Total
프로그래머호이잇
git Repository 생성 방법 및 clone 방법 본문
mkdir 생성이름.git
cd 생성이름.git
git init --bare --share
그후 git clone ssh://유저@IP/경로 로 clone을하여 이용하시면 됩니다!!
물론 유저는 해당 디렉토리 권한과 ssh 연결이 정상적인 유저로 이용하세요~
'git' 카테고리의 다른 글
git error: RPC failed; curl 18 transfer closed with outstanding read data remainin (0) | 2017.10.11 |
---|---|
git 높은버전(2.4.12) 소스 설치 방법 (0) | 2017.09.18 |
git push 시 ssl 에러 발생 할떄 (0) | 2017.08.22 |