Skip to content

Instantly share code, notes, and snippets.

@sebastinez
Created December 20, 2022 10:45
Show Gist options
  • Save sebastinez/10b3a282d49cbcd61426fd0c431663e1 to your computer and use it in GitHub Desktop.
Save sebastinez/10b3a282d49cbcd61426fd0c431663e1 to your computer and use it in GitHub Desktop.
Error log creatseedfixture
➜ radicle-interface git:(sebastinez/refactor-browser) ✗ ./scripts/create-seed-fixture
** Passing a plain-text passphrase is considered insecure. Please only use for testing purposes.
Initializing your 🌱 profile and identity
ok Creating your 🌱 Ed25519 keypair...
ok Adding to ssh-agent...
ok Profile a7f2451b-cda4-4679-8d65-b417e8a1b025 created.
Your radicle Peer ID is hyyb7jyz3y3pjxwyrnb9933a8xhqqyts3gobiygmdof5i8xkyr3zuy. This identifies your device.
Your personal 🌱 URN is rad:git:hnrkd6g8fyhz33os7rcxrnpz6mr1afayjd71y. This identifies you across devices.
=> To create a radicle project, run `rad init` from a git repository.
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
cf4c4ff88c063796150fe3ce48f55783f3981057ca430ccab87e2180de5c5d78
** Passing a plain-text passphrase is considered insecure. Please only use for testing purposes.
Initializing your 🌱 profile and identity
ok Creating your 🌱 Ed25519 keypair...
ok Adding to ssh-agent...
ok Profile 6202b385-61fa-4d94-b950-c42b5fbb08ce created.
Your radicle Peer ID is hybs399iwoqn4yqaw46hhwdqk1z9ffhn34qb9yfeeuir9y511uqs5h. This identifies your device.
Your personal 🌱 URN is rad:git:hnrkg8qboo4ztjrtk9e1yn98sg8t13n3zmsby. This identifies you across devices.
=> To create a radicle project, run `rad init` from a git repository.
Klone nach 'source-browsing'...
Fertig.
Branch 'feature/branch' folgt nun 'origin/feature/branch'.
Zu neuem Branch 'feature/branch' gewechselt
Branch 'orphaned-branch' folgt nun 'origin/orphaned-branch'.
Zu neuem Branch 'orphaned-branch' gewechselt
Zu Branch 'main' gewechselt
Ihr Branch ist auf demselben Stand wie 'origin/main'.
Initializing local 🌱 project in .
ok Project source-browsing created
{
"https://radicle.xyz/link/identities/project/v1": {
"name": "source-browsing",
"description": "Git repository for source browsing tests",
"default_branch": "main"
}
}
ok Created .gitsigners file
ok Signing configured in .git/config
Your project id is rad:git:hnrkf75zmw868idt9455s6yux54o58db5hbco. You can show it any time by running:
rad .
To publish your project to the network, run:
rad push
Pushing 🌱 to remote `rad`
$ git push --all rad
== Push failed
Error: no such URN: rad:git:hnrkf75zmw868idt9455s6yux54o58db5hbco
Schwerwiegend: Konnte nicht vom Remote-Repository lesen.
Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
und das Repository existiert.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment