Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
ee6ca17c
Commit
ee6ca17c
authored
Sep 01, 2017
by
M M Arif
Committed by
Achilleas Pipinellis
Sep 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added changelog
parent
da426369
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
changelogs/unreleased/36859-update-gpg-docs-with-gpg2.yml
changelogs/unreleased/36859-update-gpg-docs-with-gpg2.yml
+5
-0
doc/user/project/repository/gpg_signed_commits/index.md
doc/user/project/repository/gpg_signed_commits/index.md
+10
-0
No files found.
changelogs/unreleased/36859-update-gpg-docs-with-gpg2.yml
0 → 100644
View file @
ee6ca17c
---
title
:
Update gpg documentation with gpg2
merge_request
:
13851
author
:
M M Arif
type
:
other
doc/user/project/repository/gpg_signed_commits/index.md
View file @
ee6ca17c
...
...
@@ -30,6 +30,16 @@ to be met:
## Generating a GPG key
>**Notes:**
-
If your Operating System has
`gpg2`
installed, replace
`gpg`
with
`gpg2`
in
the following commands.
-
If Git is using
`gpg`
and you get errors like
`secret key not available`
or
`gpg: signing failed: secret key not available`
, run the following command to
change to
`gpg2`
:
```
git config --global gpg.program gpg2
```
If you don't already have a GPG key, the following steps will help you get
started:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment