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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
184fbd08
Commit
184fbd08
authored
Oct 11, 2017
by
Collen
Committed by
Achilleas Pipinellis
Oct 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add troubleshooting for Git v2.11 and up
parent
85243164
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
doc/integration/kerberos.md
doc/integration/kerberos.md
+16
-0
No files found.
doc/integration/kerberos.md
View file @
184fbd08
...
...
@@ -287,6 +287,22 @@ Finally, it's possible that the browser or client machine lack Kerberos support
completely. Ensure that the Kerberos libraries are installed and that you can
authenticate to other Kerberos services.
### HTTP Basic: Access denied when cloning
```
sh
remote: HTTP Basic: Access denied
fatal: Authentication failed
for
'<KRB5 path>'
```
If you are using Git v2.11 or newer and see the above error when cloning, you can
set the
`http.emptyAuth`
Git option to
`true`
to fix this:
```
git config --global http.emptyAuth true
```
See also:
[
Git v2.11 release notes
](
https://github.com/git/git/blob/master/Documentation/RelNotes/2.11.0.txt#L482-L486
)
## Helpful links
-
<https://help.ubuntu.com/community/Kerberos>
...
...
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