Sign in
gwj
/
graphics_tutorial
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
59412807bdf61e826d03a301160beb0b020f2f27
Authored by
Grzegorz Jabłoński
2022-02-18 14:26:23 +0100
1 parent
61d636b8
Added information how to disable certificate checking
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
5941280
1
1
Pobranie repozytorium:
2
2
3
-
```
3
+
git config --global http.sslVerify false # only in DMCS computer labs
```
4
4
git clone https://gitlab.dmcs.pl/gwj/graphics_tutorial.git
5
5
```
6
6
\ No newline at end of file
...
...