[ridercommunity project] docker/ fastapi/ git upload
2024. 6. 9. 07:45ㆍIT/ServerSide
728x90
반응형
그냥 깃에 올린 내용
% git init
% git config --global user.name "username"
% git config --global user.email "useremail"
% git remote add origin git저장소주소
% git status
% git add .
% git commit -m "first commit"
% git push -u origin main
% git remote update #안되면 저장소 업데이트
% git remote -v # 저장소 확인
% git remote remove 저장소명 #저장소 삭제
% git push -u origin main
728x90
반응형
'IT > ServerSide' 카테고리의 다른 글
[rive][Error] ERROR [internal] load metadata for docker.io/library/python:3.9 , Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase (0) | 2024.06.14 |
---|---|
docker fastapi m1 맥북 에어 (0) | 2024.06.08 |
fastapi 베이직 코드 실행 (0) | 2024.05.18 |
pip 에러 (0) | 2024.05.18 |
ex1 (0) | 2024.05.18 |