My git cheat sheet
  • Introduction
  • general workflow of git
  • general
  • studying?!
  • remote branch
  • git rebase?!
  • git pull/push
  • update a branch from the upstream
  • undo
  • git delete
  • 403, deny the push
  • git how to list all commit for one file
  • abort
Powered by GitBook
On this page

Was this helpful?

403, deny the push

has no right to push. deny with error 403.

A:

  1. the local origin file -> own fork not the upstream.(no permission to push directly to the upstream)

  2. control panel->user Accounts->manage your credentials(git address, user_name&psd)

Previousgit deleteNextgit how to list all commit for one file

Last updated 5 years ago

Was this helpful?