oribuild-darwin-amd64
Advanced tools
Comparing version 0.0.0-pre-alpha.10-2f030af to 0.0.0-pre-alpha.10-2fbf119
{ | ||
"name": "oribuild-darwin-amd64", | ||
"license": "MIT", | ||
"version": "0.0.0-pre-alpha.10-2f030af", | ||
"version": "0.0.0-pre-alpha.10-2fbf119", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "url": "https://github.com/microsoft/ori" |
@@ -152,2 +152,12 @@ # ori | ||
### Before Running | ||
In order to get git working against private repos (which ori is in, for now) you have to configure git to go through authentication for github. | ||
You can do this by putting a token in your .netrc, or you can route requests through https with: | ||
```sh | ||
git config --global url.git@github.com:.insteadOf https://github.com/ | ||
``` | ||
### Running ori from this repo | ||
@@ -154,0 +164,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21765143
282