- 博客(8)
- 资源 (6)
- 收藏
- 关注
转载 git autocrlf
p>那么CRLF的处理也许会成为一个很头疼的事情,有可能会出以下的莫名其妙的问题:p> p> p>我们的某个开发人员在linux上提交的一个文件p> p> p>当从windows上pull下来后,没做任何的修改,查看其status,它的状态已经是modifed了p> p> p>即使你使用git checkout -f来恢复改文件,它的状态仍然是modified,真是郁闷…p> p> p
2014-08-14 17:19:01 523
转载 jdk install
从Oracle官方下载自解压安装文件 jdk-6u25-linux-i586.bin 上传到Linux中,执行如下命令: #./jdk-6u25-linux-i586.bin 会在同级目录生成一个Java目录,将目录改名为 java,执行下述命令: #mv ./java /usr/ 依次执行下述命令: #cd /etc #ls profile #确认环境变量配置文件存在
2014-08-12 15:11:46 372
转载 git clone https:// don't input username and password
Apart from changing to SSH you can also keep using HTTPS, if you don't mind to put your password in clear text. Put this in your ~/.netrc and it won't ask for your username/password (at least on Linu
2014-08-11 16:31:54 896
转载 git download https error:
The following instructions fixed the problem in all distributions we tried. I noticed this problem in some Linux distributions. We can avoid this problem by installing the latest version o
2014-08-08 11:42:42 618
转载 Ubuntu下开启SSH服务
网上有很多介绍在Ubuntu下开启SSH服务的文章,但大多数介绍的方法测试后都不太理想,均不能实现远程登录到Ubuntu上,最后分析原因是都没有真正开启ssh-server服务。最终成功的方法如下: Ubuntu 下安装 OpenSSH Server 是无比轻松的一件事情,需要的命令只有一条: sudo apt-get install openssh-server (查看返
2014-08-07 15:30:46 433
转载 repo下载地址
http://source.android.com/source/downloading.html#installing-repo
2014-05-20 14:29:56 883
原创 删除特定目录的python代码
#!/usr/bin/env python import sys,os def proXml(xmlfile, path): pass def walkTree(path, indent): indent+=1 files=os.listdir(path) if("." in files): files.remove(".")
2014-05-15 17:21:46 379
原创 常用的git命令
1. 目前公司的Gerrit服务器地址为:http://192.168.80.106:8080,用浏览器打开这个网址,点击右上角的“Sign In”出现如下对话框 2. 在这里输入你的域帐号和密码,点“Sign In”登陆,第一次登陆时的页面类似如下: 3. 在这个页面上点“Register New Email”按钮,弹出下面的窗口: 4. 用putty等SSH工具登陆Linux系统,例如登
2014-05-15 17:19:05 711
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人