close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 5, 2008, 11:20:13 AM (18 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 8 | 8 | {{{ |
| 9 | 9 | # apt-get install git cogito git-core |
| | 10 | }}} |
| | 11 | * 註:Ubuntu 只要安裝 git-core 即可。 |
| | 12 | {{{ |
| | 13 | # apt-get install git-core |
| 10 | 14 | }}} |
| 11 | 15 | * 修改 git 預設對應 |
| … |
… |
|
| 21 | 25 | Press enter to keep the default[*], or type selection number: 2 |
| 22 | 26 | }}} |
| 23 | | * 如果不修改預設 git 對應為 git-scm 會出現以下錯誤訊息 |
| | 27 | * 如果不修改預設 git 對應為 git-scm 會出現以下錯誤訊息 |
| 24 | 28 | {{{ |
| 25 | 29 | # git clone git://git.etherboot.org/scm/gpxe.git |
| … |
… |
|
| 49 | 53 | /usr/bin/gitfm: fatal error: `chdir' failed: permission denied. |
| 50 | 54 | }}} |
| | 55 | * 註: Ubuntu 不用做更新 |
| | 56 | {{{ |
| | 57 | # update-alternatives --config git |
| | 58 | |
| | 59 | There is only 1 program which provides git |
| | 60 | (/usr/bin/git-scm). Nothing to configure. |
| | 61 | }}} |
| 51 | 62 | * 下載 Etherboot 最新版原始碼 |
| 52 | 63 | {{{ |