Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod Install: Error installing Sentry #1129

Closed
11 tasks
Billmike opened this issue Oct 13, 2020 · 1 comment
Closed
11 tasks

Pod Install: Error installing Sentry #1129

Billmike opened this issue Oct 13, 2020 · 1 comment

Comments

@Billmike
Copy link

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native (>= 1.0.0)
  • react-native-sentry (<= 0.43.2)

SDK version: 0.0.0

react-native version: 0.0.0

Are you using Expo?

  • Yes
  • No

Are you using sentry.io or on-premise?

  • sentry.io (SaaS)
  • on-premise

If you are using sentry.io, please post a link to your issue so we can take a look:

[Link to issue]

Configuration:

(@sentry/react-native)

Sentry.init({
  dsn: 'https://[email protected]/...'
  // other options
});

or

(react-native-sentry)

Sentry.config(
  'https://[email protected]/...'
  // other options
 ).install();

I have the following issue:

[Description]

  • I am trying to install Sentry with Cocoapods in a React Native project. I have it installed and configured using the sentry-wizard. The configuration was successful. On running pod install in the iOS directory, I get the error below:
    Steps to reproduce:
  • Install sentry react native
  • Configure the project with the wizard
  • Run pod install

Actual result:

[!] Error installing Sentry
[!] /usr/bin/git clone https://github.com/getsentry/sentry-cocoa.git /var/folders/55/hk1l5pn11p76d9_80q8r02080000gn/T/d20201013-63636-tqjy6s --template= --single-branch --depth 1 --branch 5.2.2

Cloning into '/var/folders/55/hk1l5pn11p76d9_80q8r02080000gn/T/d20201013-63636-tqjy6s'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Expected result:

Success

@jennmueng
Copy link
Member

Looks like your Github access is possibly set up wrong? sentry-cocoa is a public repository to clone, this doesn't look like an issue with our SDK. You can maybe see if this helps: jkbrzt/cloudtunes#46, or you can try manually cloning the sentry-cocoa repo and see if there are any issues there.

I will be closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants