Skip to content

Add a new application Error #2540

Closed Answered by dtrdic
sachinbhartiaphro asked this question in Q&A
Discussion options

You must be logged in to vote

Please follow this steps;

  1. Generate an SSH key pair with this command (check here for reference)
    ssh-keygen -t ed25519 -f ~/Desktop/codemagic_ssh_key -q -N ""
  2. Copy the public key to your git repo
  3. Base64 your private key and copy it using this command (check this for reference)
    cat codemagic_ssh_key | base64 | pbcopy
  4. Your post request should look something like this

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@sachinbhartiaphro
Comment options

@dtrdic
Comment options

Comment options

You must be logged in to vote
2 replies
@mikhail-tokarev
Comment options

@mikhail-tokarev
Comment options

Comment options

You must be logged in to vote
1 reply
@dtrdic
Comment options

Answer selected by dtrdic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
misc for misc queries dt
4 participants