
In Windows git config -global tocrlf true This will make sure that, when you checkout in windows, all LF will be converted to CRLF. If you uncomment the first block after step 5 (around line 207) this script can also correct that issue. gitattributes file Global Configuration In Linux/OSX git config -global tocrlf input This will fix any CRLF to LF when you commit. This can occur when OS images aren't sysprep'd correctly. Find the credentials related to your git account and edit them to use the updated passwords.

To update your credentials, go to Control Panel -> Credential Manager -> Generic Credentials. If you notice that computers in your network are not reporting by the correct hostname in your WSUS environment, then it is probably because the SusClientID in the registry is the same across multiple machines. Issue has been resolved by uninstalling git and installing again without credentials manager. Machines must be configured to use WSUS and have PowerShell remoting enabled.
GIT WINDOWS ISSUES UPDATE TO FIX WINDOWS 10
Detects if the system is Windows 7 or Windows 10 and initiates a scan with WSUS This correct the coordenates and rectangle size in order to fix it.Start the Windows Update service as well as cryptsvc, bits, msiserver.Make sure the start type for the windows services are correct and functional the Flutter plugin or Dart plugin of Android Studio are not installed, move on to Set up an editor to resolve this issue.Checks and repairs certain registry keys if they are incorrect (I have seen these changed before and caused all patches to fail to install).Deletes C:\Windows\SoftwareDistribution.Stops the Windows Update service as well as cryptsvc, bits, msiserver.Iterates through list of computers in csv file.The script is silent and does not reboot the machines.

This PowerShell script automates the repair of Windows Updates on Windows 7 and 10 Operating Systems.
GIT WINDOWS ISSUES UPDATE TO FIX INSTALL
In my experience the Windows update folder can become easily corrupted and in turn, causes Microsoft patches to not install or WSUS reporting to fail. Troubleshooting failed Windows updates and WSUS reporting issues on client manchines can be time consuming and tedious to repair.
