GitHub

·Git&GitHub
해당 repository의 settings → Actions → General → Workflow permissions에서 Read and write permissions를 체크하면 된다.  아래 링크를 참고하였다. https://stackoverflow.com/questions/73687176/permission-denied-to-github-actionsbot-the-requested-url-returned-error-403 Permission denied to github-actions[bot]. The requested URL returned error: 403I want to push files into the current repository using Github Actions. I've w..
·Git&GitHub
https://www.coursera.org/learn/introduction-git-github Introduction to Git and GitHubGoogle에서 제공합니다. In this course, you’ll learn how to keep track of the different versions of your code and configuration files using a popular ... 무료로 등록하십시오.www.coursera.org branch특정 커밋을 가리키는 포인터, 각 브랜치는 프로젝트의 개발 히스토리에서 최신 커밋을 나타낸다.master branch는 프로젝트의 안정된 상태를 나타내며, 새로운 기능을 개발할 때마다 새로운 브랜치를 생성하여 작업한다.각 브랜치에서의 작업..
G.H
'GitHub' 태그의 글 목록