9 years, 5 months ago.

Why Is Access Denied to SDFileSystem?

I have been using the following library in previous commits, but it mysteriously disappeared from my program:

SDFileSystem.lib

http://mbed.org/users/mbed_official/code/SDFileSystem/#7b35d1709458

Now, when I try to switch back to commits that included the library, I get the following warning message:

Quote:

Action completed with the following warnings:

You don't have permission to import the remote repository:

/myProgram/SDFileSystem

The repository in SDFileSystem.lib appears to be superceded by another repository with the same name, but I can't access the successor. The predecessor's permissions are set to "public (unlisted)," and it's MIT licensed, so it seems that I should be allowed to access it. But apparently, I can't import the predecessor because it inherits its successor's private access permissions.

Is there any way I can re-import my old library without being denied access? I thought this was open-source software. >.>

2 Answers

9 years, 5 months ago.

It is open source, don't worry about that :). I assume someone hit the wrong button.

9 years, 5 months ago.

Sorry about that. It was me while trying to hide older code that we have posted. Didnt realize that redirected repos would be affected. Good news is that you pointed out that we don't appear to be syncing this repo with github where there have been a few updates so thanks and sorry for the disruption :D