Hi all,
Have you ever tried pushing your scripts to a Git repository from Katalon Studio, only to realize that the username field is locked, leaving you wondering how to update it for your commits?
No worries! In this article, we will show you a straightforward solution to help you get back on track! Read more below
The username field in Katalon Studio’s Git integration is read-only, meaning you cannot edit it directly within the application.
Solution
To make the username field writable, please follow the steps outlined below:
- Open your Katalon Studio Application
- Open the Katalon Studio Preferences:
- On macOS: Settings OR ⌘+,
- On Windows: Window → Katalon Studio Preferences OR Ctrl+Shift+P
- Expand the tab: Version Control (Team)
- Then, Expand the tab: Git
- Open the Configuration tab and click on Repository Settings
- Remove the “< YourUsername >@” from the URL and then click Apply and Close
For example:
-
The original URL:
- →
https://LinhTestUsername@dev.azure.com/linhtestOrg/Katalon_Git_ADO/_git/Katalon_Git_ADO
- →
-
The Updated URL:
- →
https://dev.azure.com/linhtestOrg/Katalon_Git_ADO/_git/Katalon_Git_ADO
- →
You can watch the video tutorial below for a step-by-step instruction:
If you find this article helpful, then don’t forget to leave us a like or a heart and share it with your colleagues and team members. Your support is greatly appreciated!