Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D doc
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • siteadmin
  • doc
  • Wiki
  • faq

faq · Changes

Page history
Update faq authored Feb 06, 2019 by IMBERT Matthieu's avatar IMBERT Matthieu
Hide whitespace changes
Inline Side-by-side
faq.md
View page @ d954b5dd
......@@ -60,6 +60,12 @@ Thus to be able to perform connected git operations (push, pull, ...) without ha
* to use a command line or graphical ssh-agent
Note: it is also possible to do passwordless operations with git over http by using a personal access token:
* create a personal access token in your gitlab user settings, with permissions "read_repository" (only these permissions).
* when cloning the repository, use customize the URL as follows: https://<username>:<token>@gitlab.inria.fr/<end_of_url>
## How to convert a user account from internal to external
When a user is leaving Inria, the gitlab account cannot be used anymore. Two situations can occur:
......
Clone repository
  • Forge to Gitlab migration FAQ
  • faq
  • Home