permission denied when sed in place edit in mingw

It’s caused by Windows security settings. Open the folder’s Properties settings from the context menu. In the Security tab, click Edit, press Add… in the pop-up window and add your user to the list, check Full Control in the Allow column. Press OK twice to apply the changes.

Unable to copy/paste in MinGW shell

Right-click on the title bar of the command window and select ‘Properties’, then on the ‘Options’ tab tick the box for the ‘QuickEdit mode’, then click ‘Ok’. After that you can paste text from the clipboard using the right mouse-button, highlight text while holding down the left mouse-button and copy selected text using the ENTER … Read more