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
68308469
Commit
68308469
authored
Apr 01, 2022
by
Lee Matos
Committed by
Marcel Amirault
Apr 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Conan troubleshooting steps
parent
e60f3b19
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
doc/user/packages/conan_repository/index.md
doc/user/packages/conan_repository/index.md
+22
-0
No files found.
doc/user/packages/conan_repository/index.md
View file @
68308469
...
...
@@ -428,3 +428,25 @@ The GitLab Conan repository supports the following Conan CLI commands:
packages you have permission to view.
-
`conan info`
: View the information on a given package from the Package Registry.
-
`conan remove`
: Delete the package from the Package Registry.
## Troubleshooting
### Make output verbose
For more verbose output when troubleshooting a Conan issue:
```
shell
export
CONAN_TRACE_FILE
=
/tmp/conan_trace.log
# Or SET in windows
conan <
command
>
```
You can find more logging tips in the
[
Conan documentation
](
https://docs.conan.io/en/latest/mastering/logging.html
)
.
### SSL Errors
If you are using a self-signed certificate, there are two methods to manage SSL errors with Conan:
-
Use the
`conan remote`
command to disable the SSL verification.
-
Append your server
`crt`
file to the
`cacert.pem`
file.
Read more about this in the
[
Conan Documentation
](
https://docs.conan.io/en/latest/howtos/use_tls_certificates.html
)
.
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