일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- GitHub
- E-P1
- SciPy
- Python
- Numpy
- index
- mariadb
- CNN
- ipad
- DFS
- Splunk
- pycharm
- pandas
- SPL
- imread
- Button
- keras
- install
- dataframe
- Series
- javascript
- RNN
- mean
- 알고리즘
- Lotto
- synology
- GT-S80
- LSTM
- pip
- 삼성소프트웨어멤버십
Archives
- Today
- Total
목록gogs (2)
잠토의 잠망경
[Git] 기존 Project Git Server or GitHub 올리기
내용 참고함 이미 GitHub, Git Server, Gogs 같은 곳에 Repository가 있다고 전제한다. terminal 오픈, 아래 입력 $git init $git add . $git commit -m "commit message" $git remote add origin $git push origin master
요리조리
2020. 7. 4. 06:40
[Github] gogs
github self-host 기능을 찾던중 gitea를 찾았으나 javascript문제가 있어서 사용이 안되었고 gogs는 사용이 가능하여 기록에 남긴다. 정상적으로 동작하는 것을 pc에서 확인함 https://gogs.io/ Gogs: A painless self-hosted Git service Gogs runs anywhere Go can compile for: Windows, Mac, Linux, ARM, etc. gogs.io 사전 준비 gogs binary 다운로드 실행 방법
만화경
2020. 3. 14. 09:28