c4droid

Results 14 comments of c4droid

And.. I saw the README's example, can support Chinese Simplified?

@Mr-indescribable I mean, support Simplified Chinese and Ancient Chinese both, programmers can choose from it, not replace from Ancient Chinese to Chinese Simplified.

@Mr-indescribable In other words, is to adapt to the habits of programmers, because after all, domestic programmers have the habit of using Chinese Simplified and the habit of Chinese Traditional,...

Sorry for adding new comment in this issue I add the following content in my ~/.ssh/config: ``` Host github Hostname github.com User git IdentityFile ~/.ssh/PRIVATE_KEYFILE_NAME ``` Can support the clone...

@wbthomason I tried, packer report cannot access the address: `https://github.com/github:xxx/yyy`

@wbthomason I tried `use '[email protected]:xxx/yyy'`, report not passed publickey authentication

@wbthomason Because my SSH have lot of keypairs, but I rename my github keys to default name, anything is work

@wbthomason Maybe packer can add the ~/.ssh/config configuration reader?

@wbthomason I expected packer can work like this: ~/.ssh/config: ``` Host github Hostname github.com User git IdentityFile ~/.ssh/PRIVATE_KEY_NAME ``` init.lua ``` lua packer.startup(function() use 'github:xxx/yyy' end) ```

Sorry for re-open this topic, I got the same issue in Big Sur, and set `nix.nixPath` is not worked.