在使用域賬號的時候,如果需要配置賬戶和密碼,那么最好記錄下來,否則將來找不到就很尷尬了。
我遇到的問題是,因為在另外一臺電腦配置了域賬號,用來聯網,提供網絡給visual studio
1.Firefox?
這個代理的賬號需要附加域名
2.Chrome
3.NuGet代理
C:\Users\clu\AppData\Roaming\NuGet\NuGet.Config? ?這個地方配置的代理不需要指定賬號和密碼
4.npm代理?
【應該是無需配置代理,會自動使用ie的代理。某一個ip連不上的時候,會自動切換到其他的ip】
?C:\Users\clu\.npmrc? ?這個地方配置的代理似乎需要指定賬號和密碼
PS C:\Users\clu\Desktop> npm install --save-dev jasmine
npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ETIMEDOUT: request to https://registry.npmjs.org/jasmine failed, reason: connect ETIMEDOUT 104.18.96.96:443
npm WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation.
npm WARN Desktop No description
npm WARN Desktop No repository field.
npm WARN Desktop No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
+ jasmine@3.1.0
updated 1 package in 273.624s
5.git代理?
在windows credential manager中修改
6.可以檢查用戶目錄下的所有配置文件
.git-credentials
7.windows service中使用了代理,最后一列logon as
?8.清空credential manager中所有相關的賬戶和密碼
9.TortoiseSvn可能有配置
svn代理設置無效?
可以直接去后臺修改C:\Users\clu\.subversion文件夾下的servers文件,這個是全局的配置
但是TortoiseSvn中的 設置是關聯到C:\Users\clu\AppData\Roaming\Subversion下的servers文件
?
?
The Security System detected an authentication error for the server LDAP/SASYGSHADC01.asnet.xxx.net/asnet.xxx.net@ASNET.xxx.NET. The failure code from authentication protocol Kerberos was "The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.
(0xc0000234)".
eventlog對應的source是LSA(LSASrv)
?
https://social.technet.microsoft.com/Forums/ie/en-US/cf9ca750-d624-468a-8e0b-239fb561a0bd/event-source-is-lsasrc-and-event-id-is-x-40960?forum=winserverDS
Use the Account Lockout tools (http://www.microsoft.com/en-us/download/details.aspx?id=18465) to identify the source of the lockouts.
Once you have found the machines, disconnect them from the network and monitor if account lockouts still occur.
More information:
Account Lockout Tools
http://technet.microsoft.com/en-us/library/cc738772(WS.10).aspx