Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
beam diagnostics
wiki
Wiki
https_error
https_error
· Changes
Page history
https error
authored
Oct 24, 2017
by
Evgeny Bekhtenev
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
https_error.md
https_error.md
+4
-2
No files found.
https_error.md
View page @
2ebf5202
...
...
@@ -13,11 +13,13 @@ CSS: table.css
git в SL5 не умеет работать с такими сертификатами, такчто их приходится отключать
```
вариант 1
```
```
export GIT_SSL_NO_VERIFY=false
```
вариант 2
```
git config --global http.sslVerify false
...
...