remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.remote: Please see https:/
권한 문제인 경우권한 write 이상으로 부여받기원격 경로 문제인 경우 origin 제거 후 새로 등록git remote rm origingit remote add origin git@github.com:xxx/repo.git
push하면 배포되도록 했는데 버튼을 만들고 싶어졌다테스트로 feature 브랜치에 workflow_dispatch를 설정했는데 아무리 해도 버튼이 안나타났다.default branch에만 적용할 수 있었다.To trigger the workflow_dispatch e
fork GUI에서 git push 할 때 발생하는 문제터미널에서 프로젝트 루트 경로로 가서 아래처럼 설정git remote set-url origin git@github.com:{username}/{repositoryname}.git