ProjectInitializationAutomation icon indicating copy to clipboard operation
ProjectInitializationAutomation copied to clipboard

Results 17 ProjectInitializationAutomation issues
Sort by recently updated
recently updated
newest added

I am getting error `source: no such file or directory: /Users/jasper/.my_commands.sh` when running.

Hey Kalle, Issuing this pull request to add some vital features (for Windows, since I don't run Mac). I'll explain what I've added from most important to least in a...

I update all of your file, i want to make this project become more flexible, so i change a few lines. I think this is a good idea, please check...

Not to be harsh, but the windows version contains a few bugs. After some manual patching it is now running on my machine. Here's what needs to be done. -...

GitHub requires you to have a public SSH key to push the files if the repository is added remotely, which may cause further errors. Instead, I created the README.md file...

Hi, I can't run the project, have a few issues. I am on MacOS 1) it doesn't "recognize" / can't read my .env file 2) Initialized empty Git repository in...

i am on windows 10 btw how do i make it so it recognizes create as a command?

import sys import os from github import Github path = "/home/cstevens/Documents/Code/" username = "" #Insert your github username here password = "" #Insert your github password here password2 = ""...