Vicedivic
Vicedivic
How do I get write permission?
I've made a function that works without symbols now, but I would probably need some help to make it work with symbols
I also added a testSplitWords() function in SyllableTest.php
When I try to push the changes to my fork, it says that I don't have permission to do that: ``` [email protected]: Permission denied (publickey). fatal: Could not read from...
I haven't worked that much with Git, so I would like to learn how the process works 😄 I just have to understand the process: So I start by pushing...
So the only problem is that I don't have permission to push to my own fork. Does this have anything to do with the public key that I haven't set?
Is this the same as an SSH key or deploy key?
I've created a pull request now 😄