博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
域账号更改密码之后代理需要重新配置
阅读量:6343 次
发布时间:2019-06-22

本文共 1977 字,大约阅读时间需要 6 分钟。

在使用域账号的时候,如果需要配置账户和密码,那么最好记录下来,否则将来找不到就很尴尬了。

我遇到的问题是,因为在另外一台电脑配置了域账号,用来联网,提供网络给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)

 

Use the Account Lockout tools () 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://xokla.baihongyu.com/

你可能感兴趣的文章
[ CodeForces 1064 B ] Equations of Mathematical Magic
查看>>
NYOJ-15:括号匹配(二)
查看>>
首次记录在案的
查看>>
C#进阶系列——WebApi 跨域问题解决方案:CORS
查看>>
错误:“产品订单的调度参数没有被定义”
查看>>
机器视觉在带钢针孔检测中的应用
查看>>
ASP.NET WEB API 调试
查看>>
使用wget命令进行整站下载
查看>>
解读volatile
查看>>
zookeeper安装部署
查看>>
centos6——初始化脚本
查看>>
linux I/O优化 磁盘读写参数设置
查看>>
中断处理 I/O内存
查看>>
Java中的transient关键字
查看>>
私有网盘nextcloud 12的问题处理及优化
查看>>
思科设备VLAN之间通信配置
查看>>
mysql排错 (一)
查看>>
20160318作业
查看>>
关于MySQL的几点安全配置
查看>>
zabbix监控H3C的接口流量
查看>>