====== Cygwin ====== ===== Timestamp discrepancy ===== The same program using the //stat64// related functions from the //Windows// API doesn't retrieve the same timestamps value when launched from a //MS-DOS// session as when launched from a //Cygwin// session. ===== Error 'fork: retry: No child processes' ===== * Kill all //Cygwin//-related processes (or the ''rebase'' command below will report an error), * launch ''C:\Cygwin\bin\dash.exe'' as //Administrator//, * launch ''/usr/bin/rebaseall -v''. (from http://stackoverflow.com/questions/9300722/). ===== Clipboard ===== With the //cygutils-extra// package, you can copy from (''getclip | ...'') and to (''... | putclip'') clipboard. ===== 'Error: Could not fork child process: There are no available terminals (-1).' ===== In a DOS shell : ''taskkill /F /IM ssh.exe'' (https://stackoverflow.com/questions/45799650/git-bash-error-could-not-fork-child-process-there-are-no-available-terminals)