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

Quick and dirty null-safety #144

Closed
wants to merge 5 commits into from
Closed

Quick and dirty null-safety #144

wants to merge 5 commits into from

Conversation

DanMossa
Copy link

@DanMossa DanMossa commented Mar 8, 2021

This is strictly using the null-safety migration tool and then manually fixing any errors that occur.

This is better than not being allowed to use this package due to it not supporting null-safety

@InvenceSaltillo
Copy link

I had this error when i tried to add git repository on my pubspec.yaml
Git error. Command: git clone --mirror git@github.com:DanMossa/PersistentBottomNavBar.git /Users/riojas/development/flutter/.pub-cache/git/cache/PersistentBottomNavBar-2ac678e5e622d06347c44c624f23c34e8cf88975

stdout:

stderr: Cloning into bare repository '/Users/riojas/development/flutter/.pub-cache/git/cache/PersistentBottomNavBar-2ac678e5e622d06347c44c624f23c34e8cf88975'...

Host key verification failed.

fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

exit code: 128

pub get failed (server unavailable) -- attempting retry 1 in 1 second...

@DanMossa
Copy link
Author

DanMossa commented Mar 9, 2021

@InvenceSaltillo I'm unsure if that's an issue from my end or yours.
What happens when you try to clone via http?

@InvenceSaltillo
Copy link

This happens when iI try to clone from terminal...

`git clone git@github.com:DanMossa/PersistentBottomNavBar.git
Clonando en 'PersistentBottomNavBar'...
The authenticity of host 'github.com (140.82.112.3)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,140.82.112.3' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: No se pudo leer del repositorio remoto.

Por favor asegúrate que tienes los permisos de acceso correctos
y que el repositorio existe.`

@DanMossa
Copy link
Author

This happens when iI try to clone from terminal...

`git clone git@github.com:DanMossa/PersistentBottomNavBar.git
Clonando en 'PersistentBottomNavBar'...
The authenticity of host 'github.com (140.82.112.3)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,140.82.112.3' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: No se pudo leer del repositorio remoto.

Por favor asegúrate que tienes los permisos de acceso correctos
y que el repositorio existe.`

Right. What happens when you clone via http?

@InvenceSaltillo
Copy link

Ready! I had problems with my ssh keys

@DanMossa
Copy link
Author

No longer necessary !

@DanMossa DanMossa closed this Mar 22, 2021
@BilalShahid13
Copy link
Owner

Thank you for your effort!

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

Successfully merging this pull request may close these issues.

None yet

3 participants