githubteacher / githubteacher/github-for-developers
push error
- 主要語言
- Python
- 星號
- 1
- 分支
- 7
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Its picking some other user name and throwing permission error:
inensrivas2m2:github-for-developers srivas2$ git push origin -u demo-gitflow-ss
remote: Permission to githubteacher/github-for-developers.git denied to sansri05.
fatal: unable to access 'https://github.com/githubteacher/github-for-developers.git/': The requested URL returned error: 403
---
and Below is configuration:
inensrivas2m2:github-for-developers srivas2$ git config --list
core.editor=sublime -n -w
core.autocrlf=input
push.default=upstream
merge.conflictstyle=diff3
filter.lfs.clean=git lfs clean %f
filter.lfs.smudge=git lfs smudge %f
filter.lfs.required=true
user.name=srivas2
user.email=sandeep.srivastava@rsa.com
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.precomposeunicode=true
remote.origin.url=https://github.com/githubteacher/github-for-developers.git
remote.origin.fetch=+refs/heads/_:refs/remotes/origin/_
branch.master.remote=origin
branch.master.merge=refs/heads/master
user.name=srivas2
user.email=sandeep.srivastava@rsa.com
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
從回報的 `git push` 命令以及設定中的 `remote.origin.url` 和 `user.name` 項目開始。檢查 GitHub 如何識別用於 HTTPS push 的帳戶,並將其與擁有 `githubteacher/github-for-developers` 或可存取該儲存庫的帳戶進行比較。當 push 不再為預期的帳戶收到回報的 403 時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- git, github
- 領域
- authentication
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100