William Carroll

Results 36 comments of William Carroll

@brortao - I also couldn't get `ssh-keygen -t rsa -b 2048 -m PEM` to work. Strange since it output the "supported" headers: ``` -----BEGIN RSA PRIVATE KEY----- ``` @loizoskounios I...

@kraem what are you using for your SSH keys if you aren't using `puttygen`? I'm assuming you're using: ```shell ssh-keygen -t rsa -b 2046 -m PEM ``` Also, are you...

Just to cover more variables, I created a key with `ssh-keygen` - this time _with_ a password. Same exact error: endless loop; cancel; `GTCredentialProvider failed to provide credentials`

@kraem thanks. Just tested now with a password, and it's still now working. ```shell puttygen -t rsa -b 2048 -O private-openssh -o pass_for_ios.key puttygen pass_for_ios.key -C "Pass for iOS" -O...

@kraem thanks for sharing. No luck this way either as I expected. What's interesting, however, is that I can't clone the repository locally either, which is validating. # Update After...

@kraem strange... I cannot speak to non-GitHub domains. It may be possible that GitHub resolves `.git` and non-`.git` URLs similarly.

@gmp26 I am curious as to why you have `[cljsjs/antd "2.12.3-0"]` in your `:dependencies`. I am trying to get started with `antd` and ClojureScript myself, but I cannot seem to...

@gokcehan I wasn't thinking about file types as in `file.el` is different from `file.txt`. I was thinking about a sort of directories on top, regular files next, followed by symlinks.

Great! My dotfile configuration involves a bunch of symlinks, which is why most of like file browsing commands sort them separately. It helps to parse the output.

ugh circular dependencies! :man_facepalming: I'm open to alternatives if you have any ideas?