Search found 4 matches

by MrPotatoFace
August 16th, 2020, 9:01 am
Forum: Everything
Topic: Problems with git & other
Replies: 6
Views: 7201

Re: Problems with git & other

When you created the remote repository on GitHub, did you create it with a README file first? This will cause VS and Git to see them as two fully functional and unique repositories. In other words, it has to be completely blank, not even the .gitignore file can be created. No, I left everything at ...
by MrPotatoFace
August 15th, 2020, 8:42 pm
Forum: Everything
Topic: Problems with git & other
Replies: 6
Views: 7201

Re: Problems with git & other

colorlessquark wrote:
August 15th, 2020, 6:26 pm
For OP, were you pushing a branch you made or tried to push master? If you merged your changes into master before pushing, I don't think that will fix anything if the problems are similar.
I definately tried to push a local branch onto my own github repo.
by MrPotatoFace
August 15th, 2020, 8:39 pm
Forum: Everything
Topic: Problems with git & other
Replies: 6
Views: 7201

Re: Problems with git & other

Ok, for some reason the code now works. I restartet visual studio since last I tried, don't know if that has anything to do with it. As for the git problems, I tried creating a new remote repo, but still the same problem.
by MrPotatoFace
August 15th, 2020, 2:25 pm
Forum: Everything
Topic: Problems with git & other
Replies: 6
Views: 7201

Problems with git & other

I just finished watching the tutorial 15 video regarding git and github. Yesterday I cloned the framework, created a local branch, and made a function for drawing a line. That worked just as designed, so I commited it, and went to bed. Today this solution won't even build, and I haven't changed a th...