Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/scriptcs-git
https://github.com/aaronpowell/scriptcs-git
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronpowell/scriptcs-git
- Owner: aaronpowell
- Created: 2013-05-13T02:40:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T04:07:42.000Z (over 11 years ago)
- Last Synced: 2024-11-17T19:47:00.382Z (about 2 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scriptcs-git
============scriptcs -install
scriptcs app.csxExpected:
- Creates or opens a git repo at `c:\temp\git-fun\out`Actual:
- Exception because `git2.dll` can't be found (see [bug](https://github.com/libgit2/libgit2sharp/issues/431))
- Manually copying the `NativeBinaries` folder results in a `MetaDataReaderException` exception loading `git2.dll`
- Exception:ERROR: error CS0009: Metadata file 'C:\Users\aaron.powell\_Code\git-fun\bin\NativeBinaries\amd64\git2.dll' could not be opened -- 'MetadataReaderException: COR20HeaderTooSmall'