close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libgnutls-deb0.so.28: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 25, 2013, 10:20:38 AM (13 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v97
|
v98
|
|
| 835 | 835 | ~/hadoop4win-git$ git config --global user.name "USERNAME" |
| 836 | 836 | ~/hadoop4win-git$ git config --global user.email "username@email.com" |
| 837 | | ~/hadoop4win-git$ git remote add origin https://github.com/jazzwang/hadoop4win.git |
| | 837 | ~/hadoop4win-git$ git remote add -t master -m master -f origin https://github.com/jazzwang/hadoop4win.git |
| 838 | 838 | ~/hadoop4win-git$ git pull origin master |
| 839 | 839 | ~/hadoop4win-git$ git svn dcommit |