➜ zlzachary.github.io git:(gh-pages) git push origin gh-pages
remote: Permission to zdlzachary/zlzachary.github.io.git denied to zachary05.
fatal: unable to access 'https://github.com/zdlzachary/zlzachary.github.io.git/': The requested URL returned error: 403
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
配置SSH keys,如果配置了的,再检查当前分支你是否有提交权限,如果有提交权限,再将
https://github.com/zdlzachary/zlzachary.github.io.git/
这个HTTPS地址改为SSH地址git@github.com:zdlzachary/zlzachary.github.io.git
试试。