Well, first draft, and partial nimble support.

[https://github.com/StefanSalewski/gintro](https://github.com/StefanSalewski/gintro)

If you have GTK3 installed you may try.

For 64 bit Linux and GTK 3.22 it should work. If "nimble prepare" commands 
fails, let me know.

First goal is of course that install command works at all, then we have to test 
it. I will improve and extend tutorial later.

Plain "nimble install" seems not to work currently due to nimble issue 280.

I also tried "nimble publish" \-- seems to fail, I have to investigate...

(I gave the personal access token to nimble, but removed it below)
    
    
    $ nimble publish
          Info: Please create a new personal access token on Github in order to 
allow Nimble to fork the packages repository.
          Hint: Make sure to give the access token access to public repos 
(public_repo scope)!
          Info: Your default browser should open with the following URL: 
https://github.com/settings/tokens/new
    sh: gnome-open: command not found
    sh: kde-open: command not found
        Prompt: Personal access token?
        Answer:
          Info: Writing access token to 
file:/home/stefan/.nimble/github_api_token
       Success: Verified as StefanSalewski
          Info: Waiting 10s to let Github create a fork
        Cloning packages into: /tmp/nimble-packages-fork
    The authenticity of host 'github.com (192.30.253.113)' can't be established.
    RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
    Are you sure you want to continue connecting (yes/no)? yes
           Tip: 1 messages have been suppressed, use --verbose to show them.
         Error: Execution failed with exit code 128
            ... Command: git clone [email protected]:StefanSalewski/packages 
/tmp/nimble-packages-fork
            ... Output: Cloning into '/tmp/nimble-packages-fork'...
            ... Warning: Permanently added 'github.com,192.30.253.113' (RSA) to 
the list of known hosts.
            ... Permission denied (publickey).
            ... fatal: Could not read from remote repository.
            ... Please make sure you have the correct access rights
            ... and the repository exists.
    stefan@nuc ~/gintro $ nimble publish
          Info: Using GitHub API Token in file: 
/home/stefan/.nimble/github_api_token
       Success: Verified as StefanSalewski
        Cloning packages into: /tmp/nimble-packages-fork
         Error: Execution failed with exit code 128
            ... Command: git clone [email protected]:StefanSalewski/packages 
/tmp/nimble-packages-fork
            ... Output: Cloning into '/tmp/nimble-packages-fork'...
            ... Warning: Permanently added the RSA host key for IP address 
'192.30.253.112' to the list of known hosts.
            ... Permission denied (publickey).
            ... fatal: Could not read from remote repository.
            ... Please make sure you have the correct access rights
            ... and the repository exists.
    
    

Reply via email to