Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vagrantsetup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
devbox
vagrantsetup
Commits
148283e1
Commit
148283e1
authored
Oct 30, 2019
by
Reimar Stier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add git ssh notes
parent
ea9eda2f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3432 additions
and
0 deletions
+3432
-0
Readme.md
Readme.md
+3
-0
GIT_stash.md
doc/GIT_stash.md
+28
-0
ca-certificates-plus-stash.pem
files/ca-certificates-plus-stash.pem
+3399
-0
desktop.config
windows/packages/desktop.config
+2
-0
No files found.
Readme.md
View file @
148283e1
...
@@ -24,6 +24,9 @@ choco feature enable -n allowGlobalConfirmation
...
@@ -24,6 +24,9 @@ choco feature enable -n allowGlobalConfirmation
choco install firefox git
choco install firefox git
```
```
*
Get Daimler certificate authority (CA) from stash.detss.corpintra.net (export certificate chain in pem format)
*
Get Daimler certificate authority (CA) from stash.detss.corpintra.net (export certificate chain in pem format)
```
files\ca-certificates-plus-stash.crt
```
*
Configure git to use the Daimler CA
*
Configure git to use the Daimler CA
```
```
git config --global http.sslCAInfo C:\documents\stash.pem
git config --global http.sslCAInfo C:\documents\stash.pem
...
...
doc/GIT_stash.md
0 → 100644
View file @
148283e1
# Git Bash and stash in Windows
https://confluence.detss.corpintra.net/display/SYSTEMS/GIT+Server+Authentication
## Clone with SSH
*
Environment variable
`GIT_SSH`
temporary
```
`
export GIT_SSH=/c/ProgramData/chocolatey/bin/plink.exe
````
* Configure environment variable permanently
````
C:\ProgramData\chocolatey\bin\plink.exe
````
* Start putty once and call known address to add host key
* Server: `stash.detss.corpintra.net`
* Port: 7999
## Clone with HTTP
* Copy trusted certificates
```
`
cp files\ca-certificates-plus-stash.crt C:\documents\certificates\ca-certificates-plus-stash.pem
````
* Use custom trusted certificates chain
```
git config --global http.sslCAInfo C:
\d
ocuments
\c
ertificates
\c
a-certificates-plus-stash.pem
git config http.proxy http://127.0.0.1:3128
git config https.proxy http://127.0.0.1:3128
```
files/ca-certificates-plus-stash.pem
0 → 100644
View file @
148283e1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
windows/packages/desktop.config
View file @
148283e1
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
<
package
id
=
"atom"
/>
<
package
id
=
"atom"
/>
<
package
id
=
"7zip"
/>
<
package
id
=
"7zip"
/>
<
package
id
=
"git"
packageParameters
=
"'/GitAndUnixToolsOnPath /NoAutoCrlf'"
/>
<
package
id
=
"git"
packageParameters
=
"'/GitAndUnixToolsOnPath /NoAutoCrlf'"
/>
<
package
id
=
"putty"
/>
<
package
id
=
"airtame"
/>
<
package
id
=
"airtame"
/>
<
package
id
=
"sdcard-formatter"
/>
<
package
id
=
"sdcard-formatter"
/>
<
package
id
=
"PartitionMasterFree"
/>
<
package
id
=
"PartitionMasterFree"
/>
...
...
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