这就是sed命令 从第一行,删除到最后一行
sed -i '1,$d' *.txt
2009年5月27日星期三
2009年5月22日星期五
repo upload: Permission denied (publickey)
Upload project scripts/:
branch ed-patchset ( 1 commit, Fri May 22 18:56:58 2009 +0800):
4dd9c101 remove unecessary script file *~
to 10.83.35.33:808 (y/n)? y
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
--------------------------------------------
[FAILED] scripts/ ed-patchset (Upload failed)
得到上面的错误。但是如果我测试和gerrit的链接
ssh -p 29418 v.w@10.83.35.33
可以发现ssh的key是工作正常的,可以链接到server.
同时
git push ssh://v.w@10.83.35.33:29418/kernel HEAD:refs/for/master
push也是OK
但就是repo upload不可以。想了很久,最后发现
git config --global user.name "Your Name Comes Here"
git config --global user.email you@yourdomain.example.com
这两个命令我把名字和邮件的头字母写成了大写造成的,我该成小写后,repo upload终于可以工作啦!!
因此,上面的git config --global对于使用repo是多么的重要呀!连大小写都是要区分的。
branch ed-patchset ( 1 commit, Fri May 22 18:56:58 2009 +0800):
4dd9c101 remove unecessary script file *~
to 10.83.35.33:808 (y/n)? y
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
--------------------------------------------
[FAILED] scripts/ ed-patchset (Upload failed)
得到上面的错误。但是如果我测试和gerrit的链接
ssh -p 29418 v.w@10.83.35.33
可以发现ssh的key是工作正常的,可以链接到server.
同时
git push ssh://v.w@10.83.35.33:29418/kernel HEAD:refs/for/master
push也是OK
但就是repo upload不可以。想了很久,最后发现
git config --global user.name "Your Name Comes Here"
git config --global user.email you@yourdomain.example.com
这两个命令我把名字和邮件的头字母写成了大写造成的,我该成小写后,repo upload终于可以工作啦!!
因此,上面的git config --global对于使用repo是多么的重要呀!连大小写都是要区分的。
2009年5月10日星期日
Android1.5抢先看
订阅:
博文 (Atom)