You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,19 @@ This might look like:
52
52
### Security
53
53
If you want to interact with remotes from VSCode/Studio directly (e.g., to push/pull), you must use ssh (rather than https), create a public/private key pair to identify the instance (not yourself), configure the private key file for use in Settings, and configure the public key as a deploy key in the remote(s).
54
54
55
+
### Git Security Features
56
+
Newer git versions may produce output like:
57
+
```
58
+
fatal: detected dubious ownership in repository at 'C:/Your/Repo/Root'
Set the environment variable GIT_TEST_DEBUG_UNSAFE_DIRECTORIES=true and run
64
+
again for more information.
65
+
```
66
+
It is important for the namespace temp folder to be owned by the user IRIS runs as. (On Unix, commonly irisusr; on Windows, generally a designated service account or SYSTEM.) Setting this config flag is unlikely to actually help; just make sure the ownership is correct.
67
+
55
68
### Setting up multiple GitHub deploy keys on one machine
56
69
57
70
Assuming you have the local and remote repositories created,
0 commit comments