ProjectInitializationAutomation icon indicating copy to clipboard operation
ProjectInitializationAutomation copied to clipboard

I cannot create .env file mac to store the credentials

Open expedyst opened this issue 4 years ago • 3 comments

When I write touch env in my terminal, there is no .env file to type in credentials. How am I supposed to do it on a mac?

Thanks a lot!

expedyst avatar Mar 27 '20 10:03 expedyst

touch doesn't open files. It only creates it. go into finder and press CMD+SHIFT+ 'dot' to show hidden files. Just click on it to open it

Eastonco avatar Apr 04 '20 02:04 Eastonco

Use can also use the terminal command ls -a to show hidden files.

Then open .env to open and edit it.

HughG-50 avatar Apr 18 '20 10:04 HughG-50

I have created a same script as this to work on every machine

DO NOT WORRY THIS SCRIPT WORKS ON EVERY MACHINE

Link to the project: https://github.com/String-error-404/GIT-and-GTITHUB_automation

if you like the project give a star to the repo and follow me on github

terminal-guy avatar Aug 12 '20 06:08 terminal-guy