All,

I continue to have an issue writing to the PacSatx repository.   Jonathan has adjusted permissions to give me write access. Apparently there is more to it in this case. My use of git has mostly been with a repository I setup or one a company had. In this case it seems several here have owner rights in this repository.

I have tried with one of my personal access Tokens, but I have seen this from GIT:

Each token can only access resources owned by a single user or organization. Each token can only access specific repositories. Each token is granted specific permissions, which offer more control than the scopes granted to personal access tokens (classic). Each token must have an expiration date.

Creating a personal access token - GitHub Docs


I have also read it may be possible to access a GIT if you have a project Token and create access with that using:

git clone "https://my-project:$PROJECT_TOKEN@my.gitlab.host/my-group/my-project.git"
Would anyone that knows the process on how to do this please help with the steps or send me the needed Token so i can gain access?


Thanks,

Bob