728x90 github9 [GitHub] (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/build.yml` without `workflow` scope) 해결 방법 📝 git push를 하고 있는데 에러가 발생했다. ! [remote rejected] feature/STC-134 -> feature/STC-134 (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/build.yml` without `workflow` scope) error: failed to push some refs to 'https://github.com/haiicorp/strokcare-app-unity.git' 발급받은 Access token(푸시할때 사용하는 개인 액세스 토큰(PAT, Personal Access.. 2023. 3. 8. GitHub 2단계 인증(OTP) 활성화하기 계정 탈취는 모든 해킹의 시작과 끝이다. 남 일이라고 소홀히 하다가 한순간에 당하기 전에 미리 보안을 철저하게 해두자! 이번 시간엔 GitHub 2단계 인증을 하는 방법에 대해서 알아봅시다~! 먼저 자신의 핸드폰에 Google Authenticator 등의 2차 인증 OTP 프로그램을 설치해 준다. 나는 이 프로그램을 설치했다. GitHub에 들어가서 자신의 프로필을 누른 뒤 Settings에 들어간다. Password and authentication에 Two-factor authentication을 활성화하기 위해 Enable two-factor authentication을 클릭한다. 자신의 GitHub Password 입력 후 Confirm 클릭 (옵션 1) TouchID나 Github app 등으.. 2022. 12. 7. go-chart 그래프 여러 개 출력 시 변하는 색상 확인하기 저번 시간에는 go-chart 그래프를 여러 개 출력하는 방법에 대해 포스팅했다. 이번에는 go-chart로 그래프를 여러 개 출력했을 때 기본으로 나오는 그래프 색상이 어떤 식으로 나오는지 살펴볼 것이다! 저번 포스팅을 한번 보고 오는 걸 추천한다! https://java-coding.tistory.com/66 go-chart 그래프 여러 개 출력하기 저번 포스팅에서 go-chart를 github에서 import 해서 그래프를 출력하는 방법에 대해 작성했었다. 이번에는 그래프를 여러 개 출력하는 방법을 알아보자~! 이 글을 처음 보시는 분들은 저번 포스팅을 java-coding.tistory.com 그래프 1개 색상 : 파란색 전체 코드 (main.go) 더보기 package main import ( .. 2022. 9. 27. go-chart 그래프 여러 개 출력하기 저번 포스팅에서 go-chart를 github에서 import 해서 그래프를 출력하는 방법에 대해 작성했었다. 이번에는 그래프를 여러 개 출력하는 방법을 알아보자~! 이 글을 처음 보시는 분들은 저번 포스팅을 한번 보고 오시는 걸 추천한다!! https://java-coding.tistory.com/65 go-chart 사용해서 그래프 그리기 go언어로 그래프를 그려야 해서 그래프를 그리는 라이브러리가 있나 찾아보다가 go-chart 라이브러리를 발견했다. https://github.com/vicanso/go-charts GitHub - vicanso/go-charts: A charts library for Golan.. java-coding.tistory.com 전체 코드 (main.go) packag.. 2022. 9. 27. go-chart 사용해서 그래프 그리기 go언어로 그래프를 그려야 해서 그래프를 그리는 라이브러리가 있나 찾아보다가 go-chart 라이브러리를 발견했다. https://github.com/vicanso/go-charts GitHub - vicanso/go-charts: A charts library for Golang A charts library for Golang. Contribute to vicanso/go-charts development by creating an account on GitHub. github.com 이제 이걸 사용해서 그래프를 그려보려 했다. 어떻게 만들어야 할지 모르겠어서 youtubu를 찾아보다가 이 동영상을 발견했다. https://www.youtube.com/watch?v=VQeceaFif4c 동영상을 보면.. 2022. 9. 26. 연동할 git 계정의 이름과 이메일 설정 방법 ⭐ git clone 방법 cd 경로설정 git clone url (지정하고 싶은 파일 이름) 📌 url 설명 clone을 할 Git Repository에 가서 Code에 있는 url을 복사해서 붙여 넣으면 된다. ( url 옆에 아이콘을 누르면 바로 복사가 된다. ) git config --global user.name 깃계정이름 git config --global user.email 깃가입이메일 git config user.name git config user.email 연동할 git 계정의 이름과 이메일을 설정함 git config --global user.name 깃계정이름 git config --global user.email 깃가입이메일 지금 연동되어있는 git 계정 이름과 이메일을 알려줌 g.. 2022. 1. 25. [GitHub] Push 에러 해결하기 (error: failed to push some refs to) 📝 github에 commit을 하다가 git push origin master 를 입력했는데 갑자기 에러가 발생했다. ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/jiyeong1004/JAVA200_Intermediate.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You.. 2021. 7. 5. [GitHub] Repository 삭제하는 방법 📌 GitHub와 Eclipse 연동하는 방법에서 만들었던 Repository를 삭제하는 방법입니다. 📝 GitHub를 처음 사용하거나 아직 사용 방법을 모르는 사람들이 참고하면 좋을 것 같습니다. 삭제하고 싶은 Repository에 들어가서 Settings를 클릭한다. 맨 밑으로 내리고 Delete this repository를 누른다. 자신의 깃허브 ID / 해당 Repository의 이름을 똑같이 써준다. 똑같이 잘 써줬으면 I understand the consequences, delete this repository 버튼을 누를 수 있게 된다. 버튼을 누르면 해당 Repository가 성공적으로 삭제된 것을 알 수 있다. 2021. 5. 13. 이전 1 2 다음 728x90