This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
troubleshooting [2025/05/12 19:53] – admin | troubleshooting [2025/06/07 19:56] (current) – admin | ||
---|---|---|---|
Line 4: | Line 4: | ||
**Git functionality**\\ | **Git functionality**\\ | ||
- | We have simplified Git to such an extent that we have only given a small subset of all the stuff that //Git// can do. If you encounter some unusual situations in //Git//, you can always right-click on the folder for the pop-up menu, and drop down to the CMD window of that folder, and execute //Git// commands manually there. In many cases you can also use the excellent // | + | We have simplified Git to such an extent that we have only given a small subset of all the stuff that //Git// can do. If you encounter some unusual situations in //Git//, you can always right-click on the folder for the pop-up menu, and drop down to the CMD window of that folder, and execute //Git// commands manually there. In many cases you can also use the excellent // |
+ | |||
+ | **Handling known_hosts file**\\ | ||
+ | Whenever you connect to a new Git host using an SSH key, your computer would want to know if the connection to the server is to be allowed. So when you clone a new repository, first //Git Winch// preforms a check to see if the connection is to a "known host". Internally //Git Winch// runs a special batch file " | ||
**Syncthing functionality**\\ | **Syncthing functionality**\\ | ||
Line 10: | Line 14: | ||
+ | **Known Issues**\\ | ||
+ | //Git Winch// works closely with the underlying Windows Operating system. Once you start //Git Winch// and then you start making changes to the work folder and/or sub-folders underneath the work folder, Git Winch will throw some errors and you may get some technical messages. Usually //Git Winch// will not work properly after that. So if you do want to make any changes to those folders, do all that when //Git Winch// is NOT running. | ||
----- | ----- | ||
[[/ | [[/ |