Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王进波
Svn-to-Git
Commits
3a9d339b
Commit
3a9d339b
authored
Sep 10, 2018
by
王进波
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://civgit.vicp.net:8443/wangjinbo/Svn-to-Git
parents
fc5c004a
86dd54aa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ConfigAfterInstall.md
doc/FromSVNToGit/ConfigAfterInstall.md
+2
-0
No files found.
doc/FromSVNToGit/ConfigAfterInstall.md
View file @
3a9d339b
...
...
@@ -41,6 +41,8 @@
### 密码管理
Git-Windows配置支持Git多账户
`git config --global credential.useHttpPath true`
Git 使用Http(s)协议认证时,默认只匹配Url的域名部分,不能匹配到仓库的具体路径。举个例子说,Web4 和 ConfCenter 部署的Url域名部分是相同的,https://civgit.vicp.net:8443,先
` Clone`
Web4时,我们输入了Web4 的部署的帐号密码,然后Windows凭据会记住这个Url和对应的帐号密码,然后当
` Clone`
ConfCenter的时候,Git会先去Windows凭据中检查是否已经保存过这个Url的帐号密码,因为只保存了Url的域名部分,Web4 的Url域名部分与ConfCenter 是相同的,就会用Web4 的帐号密码来
`clone`
ConfCenter,就会报错。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment