Readme: dep config 用指定用户名和密码进行相应的svn操作 example 1. 添加svn/git用户名和密码 dep config -t svn -u username -p password dep config -t git -u username -p password 2. 从env读取并添加svn/git用户名和密码 dep config -t svn -e -u SVN_USER_NAME -p SVN_PASSWORD dep config -t git -e -u GIT_USER_NAME -p GIT_PASSWORD 3. 查看配置 dep config -l