[Vercel] 프로젝트 배포하기
2023. 8. 9. 21:11
개발/Install, setting, etc
이번엔 Vercel을 사용해서 프로젝트 배포하는법을 알게됐다. 깃 계정이랑 연동하기 내 깃헙 계정을 이 때 한번 더 추가해준다 전체 레포지토리 다 가져올 수도 있는데 나는 필요한 레포지토리만 가져왔다. 나중에 또 추가할 수 있음 배포할 깃 레포지토리 Import 누른 후 프로젝트 설정을 적고 디렉토리를 잡아준다. Visit를 클릭하면 내가만든 프로젝트 구경이 가능하다 삭제기능이나 조금 더 보완할게 있으니까 ;-;.. 주소는 나중에 추가할 것
[Git] Another git process seems to be running in this repository, e.g.an editor opened by 'git commit'. Please make sure all processes
2023. 6. 19. 06:54
개발/Error note
깃을 올리려는데 자꾸 add가 되지 않았다. Another git process seems to be running in this repository 어쩌구 하는 오류가 뜨면서 계속 안됐는데 위에 떠있는저 index.lock 파일이 존재한다는게 뭔가 거슬렸다. 그래서 지우고 다시했더니 잘 올라가졌다. 바로 직전에 깃하다가 터미널 멈춰서 튕겼는데, 그게 문제였던 것 같다.
[git] remote: fatal error in commit_refs
2023. 3. 27. 22:22
개발/Error note
푸시가 안된다. 처음엔 내가 잘못한줄 알았다Enumerating objects: 28, done. Counting objects: 100% (28/28), done. Delta compression using up to 8 threads Compressing objects: 100% (16/16), done. Writing objects: 100% (17/17), 3.17 KiB | 540.00 KiB/s, done. Total 17 (delta 7), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (7/7), completed with 7 local objects. remote: fatal error in commit_refs To ..