개키우는개발자 : )

The requested URL returned error: 403 본문

Error/git

The requested URL returned error: 403

DOGvelopers 2022. 7. 20. 16:24
반응형

.git/config 파일 설정 변경

 

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true
        precomposeunicode = true
[remote "origin"]
        url = https://ID : TOKEN @github.com/ REPOSITORY URL
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
        remote = origin
        merge = refs/heads/main

 

반응형
Comments