git push 때 eslint 8.3 에러때문에 push막힘

김용희·2023년 2월 13일
0


git push origin FRONTEND-3524 --no-verify
git hook을 무시하고 커밋할 수 있다

kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git rev-parse HEAD
bcf7f0ef196655b9305978eca362513a6f4e2ac3
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git rev-parse --abbrev-ref HEAD
FRONTEND-3524
현재 헤드를 가져온다

kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git stash pop
stash 중에 가장 위에있는 변경사항을 status에 올린다

kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git status
현재 브랜치 FRONTEND-3524
브랜치가 'origin/FRONTEND-3524'보다 1개 커밋만큼 앞에 있습니다.
  (로컬에 있는 커밋을 제출하려면 "git push"를 사용하십시오)

커밋하도록 정하지 않은 변경 사항:
  (무엇을 커밋할지 바꾸려면 "git add <파일>..."을 사용하십시오)
  (use "git restore <file>..." to discard changes in working directory)
        수정함:        libs/shared/components/src/lib/HeaderGnbBusiness/index.module.scss
        수정함:        libs/shared/components/src/lib/HeaderGnbBusiness/index.tsx
        수정함:        libs/shared/utils/src/index.ts

추적하지 않는 파일:
  (커밋할 사항에 포함하려면 "git add <파일>..."을 사용하십시오)
        libs/shared/utils/src/lib/terms/

커밋할 변경 사항을 추가하지 않았습니다 ("git add" 및/또는 "git commit -a"를
사용하십시오)
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git push
^C
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git log
commit bcf7f0ef196655b9305978eca362513a6f4e2ac3 (HEAD -> FRONTEND-3524)
Author: 김용희 <kimyh2725@jobkorea.co.kr>
Date:   Mon Feb 13 10:15:52 2023 +0900

    (business) Fix 알바몬 약관 동의 팝업 토글
    
    [STGAMPMSAT-1036]

commit 8fc9b160793350dae088e5c83e142a8a99ff97a7 (origin/FRONTEND-3524)
Author: 김용희 <kimyh2725@jobkorea.co.kr>
Date:   Sun Feb 12 19:56:57 2023 +0900

    (business) Fix 인재검색 업직종 문구
    
    [STGAMPMSAT-741]

commit 6c0eddfc061e5fa65ffda0ee2d2693c6f3f9e6b2
Author: 김용희 <kimyh2725@jobkorea.co.kr>
Date:   Sun Feb 12 19:51:32 2023 +0900

    (business) Fix 사업자등록 상태 문구 변경
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git push
^C
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git push $(git_current_branch)
zsh: command not found: git_current_branch
^C
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git rev-parse HEAD
bcf7f0ef196655b9305978eca362513a6f4e2ac3
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git rev-parse --abbrev-ref HEAD
FRONTEND-3524
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git push origin FRONTEND-3524
q^C
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git stash
Saved working directory and index state WIP on FRONTEND-3524: bcf7f0ef1 (business) Fix 알바몬 약관 동의 팝업 토글
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git push origin FRONTEND-3524
^C
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git stash pop
현재 브랜치 FRONTEND-3524
브랜치가 'origin/FRONTEND-3524'보다 1개 커밋만큼 앞에 있습니다.
  (로컬에 있는 커밋을 제출하려면 "git push"를 사용하십시오)

커밋하도록 정하지 않은 변경 사항:
  (무엇을 커밋할지 바꾸려면 "git add <파일>..."을 사용하십시오)
  (use "git restore <file>..." to discard changes in working directory)
        수정함:        libs/shared/components/src/lib/HeaderGnbBusiness/index.module.scss
        수정함:        libs/shared/components/src/lib/HeaderGnbBusiness/index.tsx
        수정함:        libs/shared/utils/src/index.ts

추적하지 않는 파일:
  (커밋할 사항에 포함하려면 "git add <파일>..."을 사용하십시오)
        libs/shared/utils/src/lib/terms/

커밋할 변경 사항을 추가하지 않았습니다 ("git add" 및/또는 "git commit -a"를
사용하십시오)
Dropped refs/stash@{0} (1b599b0a6b0625b10e73337027d21a8879ce98d5)
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git push origin FRONTEND-3524 --no-verify
fatal: Authentication failed for 'https://bit.jobkorea.co.kr/scm/ammsacol/albamon-pc-frontend-web.git/'
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % git push origin FRONTEND-3524 --no-verify
오브젝트 나열하는 중: 17, 완료.
오브젝트 개수 세는 중: 100% (17/17), 완료.
Delta compression using up to 10 threads
오브젝트 압축하는 중: 100% (9/9), 완료.
오브젝트 쓰는 중: 100% (9/9), 855 bytes | 427.00 KiB/s, 완료.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0
remote: 
remote: Create pull request for FRONTEND-3524:
remote:   https://bit.jobkorea.co.kr/projects/AMMSACOL/repos/albamon-pc-frontend-web/pull-requests?create&sourceBranch=refs%2Fheads%2FFRONTEND-3524
remote: 
To https://bit.jobkorea.co.kr/scm/ammsacol/albamon-pc-frontend-web.git
   8fc9b1607..bcf7f0ef1  FRONTEND-3524 -> FRONTEND-3524
kimyh2725@kimyh2725ui-MacBookPro albamon-pc-frontend-web % yarn all:typecheck
yarn run v1.22.19
$ yarn alba-talk:typecheck & yarn business:typecheck & yarn personal:typecheck & yarn services:typecheck
$ nx typecheck alba-talk; rm apps/alba-talk/tsconfig.tsbuildinfo
$ nx typecheck business; rm apps/business/tsconfig.tsbuildinfo
$ nx typecheck personal; rm apps/personal/tsconfig.tsbuildinfo
$ nx typecheck services; rm apps/services/tsconfig.tsbuildinfo

> nx run alba-talk:typecheck


> nx run business:typecheck


> nx run services:typecheck


> nx run personal:typecheck


 —————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

 >  NX   Successfully ran target typecheck for project alba-talk
profile
He threw his knapsack over the brick wall

0개의 댓글