发布时间:2015-10-26 15:13:33
网上搜来的解决方法。原理不大明白。注意第2步一定要能取得新提交才行。1 Edit the svn-remote url URL in .git/config to point to the new domain name2 Run git svn fetch – This needs to fetch at least one new revision from svn!3 Change svn-remote url back to the original url4 Run git svn rebase.........【阅读全文】
发布时间:2015-10-15 10:01:13
从debian wheezy升级到jessie,把source.list的源改为jessie后,
apt-get update
apt-get dist-upgrade
下载完成后进行安装时,发生错误:
UNMET dependences ...
apt-get install -f
又发生
dpkg: error processing ...
trying to overwrite 'xxx', which is also in pac.........【阅读全文】
发布时间:2015-10-13 14:49:53
tar xzf open-vm-tools-9.4.6-1770165.tar.gz
cd open-vm-tools-9.4.6-1770165
aclocal
libtoolize
automake --add-missing
autoconf
autoheader
./configure --without-x --without-icu
make
.........【阅读全文】