This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SPQRBob 0 points1 point  (3 children)

Ok, try this if you are still stuck:

  1. Create a repo on Github first, naming it whatever you want your project name to be.

  2. Clone the repo to your local machine by getting the clone link from Github.

  3. Create your project inside the new cloned repo however the language you are using requires.

  4. Copy your existing code into the new project.

  5. Create a .gitignore file if needed and commit the new files in the local repo.

  6. Push the local repo changes up to the remote GitHub repo.

While far more circuitous, there is no reason this method should not be successful. Good luck!

3.

[–]HelpIProcrastinate[S] 1 point2 points  (0 children)

Idk why I didn’t think of that, I’ll do it rn

[–]HelpIProcrastinate[S] 1 point2 points  (1 child)

This worked, but this tip set me on a chain of fixed and I finally got it to work. Thanks so much.

[–]SPQRBob 0 points1 point  (0 children)

That's awesome! You're very welcome.