remove obsolete 'Permission' section from 'docs/git/basics.md' (#1843)

This commit is contained in:
Dongbo Wang 2016-08-17 10:06:25 -07:00 committed by Mike Richmond
parent 2e4a94fd59
commit 15c14e0f71
2 changed files with 1 additions and 16 deletions

View File

@ -80,7 +80,7 @@ You can automatically install this using `Start-PSBootstrap`.
If you have installed by using any of the following means:
- MSI
- `MSI`
- `exe`
- `apt-get`
- `pkg`

View File

@ -88,18 +88,3 @@ git config --global url.git@github.com:.insteadOf https://github.com/
[SSH key]: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#generating-a-new-ssh-key
[token]: https://help.github.com/articles/creating-an-access-token-for-command-line-use/
[manager]: https://github.com/Microsoft/Git-Credential-Manager-for-Windows
Permissions
-----------
If you have difficulty in pushing your changes, there is a high probability that
you actually don't have permissions.
Be sure that you have write access to corresponding repository (remember that
submodules have their own privilege).
Your should push to this repository instead of a fork so that the CI system can
provide credentials to your pull request. If you make a pull request from a
fork, the CI *will* fail.