赞
踩
在bashrc中添加,或移除以下内容前面的注释号即可
$ vi ~/.bashrc
# You may uncomment the following lines if you want `ls' to be colorized:
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
$ source ~/.bashrc
进入项目目录,输入以下指令:
$ git config --global credential.helper store
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。