Changes between Version 7 and Version 8 of R1/Alpha2/ReleaseAddendum
- Timestamp:
- May 13, 2010, 3:46:41 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Alpha2/ReleaseAddendum
v7 v8 30 30 }}} 31 31 32 == git fails to checkout from http == 33 * '''Error Message''': '' fatal: Unable to find remote helper for 'http' '' 34 * '''Reproduction''': {{{ git clone http://... }}} 35 * '''Resolution''': Download and extract a new build of git: 36 {{{ 37 wget http://haiku-files.org/files/optional-packages/git-1.7.0.5-x86-gcc2-2010-05-12.zip 38 unzip -o -d /boot git-1.7.0.5-x86-gcc2-2010-05-12.zip 39 }}}