DOC

DOC

git token access sourtree

토큰 발급 후 -> 윈도우 자격증명 삭제후 -> git init git remote add origin 깃 repo 주소 (error: remote origin already exists. 를 무시했었음) 오랜만이라 무슨뜻인지 ㅋㅋ >>>> git remote remove origin 기존에 연결된 걸 지우고 다시 remote add 진행 후 git pull origin master ---> 드뎌 나옴...ㅠ^ㅠ 토큰입력 git add . --> 잉근데 갑자기 add . 가 안된다??? 처음은 접근 권한이없다고나오고 이번엔 ? $ git add . fatal: Unable to create 'C:/Users/yeomeme/.git/index.lock': File exists. Another git pro..

DOC

[ubuntu] git clone

- > remote origin 삭제 새저장소 연결 -> remote remove

DOC

[ubuntu] port 번호 확인하는 방법

port 번호 확인하는 방법 netstart -tnlp velog.io/@dlrmsghks7/learnec2forbiginner-1 AWS 어렵지 않아요 - EC2 편 : 1탄 생성하기 EC2에 대해서 2~3주간 공부해 볼 예정입니다. 주니어 웹 개발자 및 개발자를 준비하시는 분들께 주로 도움이 되었음 좋겠습니다. 이번주는 EC2 인스턴스 생성하는 것이 주요 내용입니다! velog.io aws.amazon.com/ko/premiumsupport/knowledge-center/ec2-windows-unable-connect-port/ 특정 포트에서 EC2 Windows 연결 문제 해결 포트 테스트에 실패하면 인스턴스에서 실행되는 안티바이러스 및 보안 소프트웨어를 확인합니다. 안티바이러스 또는 보안 소프트웨..

DOC

[Git] Git bash

현재 연결된 저장소 확인 git remote -v git bash 복사 붙여넣기 Ctrl+Shift+Insert Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue. $ rm -f ./.git/index.lock

여미미
'DOC' 카테고리의 글 목록