I'm trying to use GitKraken 2.6.0 on a Fedora 25 client. The remote repository is located on a remote server with Kerberos authentication. The local repository was cloned over ssh. I can successfully execute all git commands from the command line, also with the SmartGit GUI. GitKraken is configured to use the local ssh client. The local repository is one commit ahead of the remote. On an attempt to push, GitKraken GUI first prompts for the user name to use and then generates the following error diagnostics : "Push failed. Unrecognized Allowed Types: 0". Any insight on what that means would be much appreciated. Thanks!
gitkraken push failure to a kerberos-authenticated server
168 Views Asked by pavel At
0
There are 0 best solutions below
Related Questions in KERBEROS
- Jndi connect to LDAP by GssApi KrbException: Server not found in Kerberos database (7)
- Kerberos Authentication for an API
- SASL GSSAPI: ldap_sasl_interactive_bind : Other error (80) no credentials supplied
- SQL Server Kerberos authentication
- How do I obtain a user's domain in nginx during authentication through AD with Kerberos?
- Kerberos ticket validity
- Unable to create Kafka Consumer using Kerberos Authentication System
- Does DataGrip Support Postgres Authentication with Kerberos?
- Setting up SOLR authentication kerebos plugin
- Authenticating and transferring files to the shared drive using Kerberos auth via SMB in Python
- Resolving Kerberos vs NTLM Authentication Issue in Cross-Domain SQL Server Connection
- Git clone failed with Krb5LoginModule error - JNA Library
- SPNEGO/GSS-API Golang packages for Kerberos authentication on MacOS
- VBA MSXML2.ServerXMLHTTP60 Web Request with Kerberos Authentication
- Deserializing a Kerberos Token
Related Questions in FEDORA-25
- how to install sqlitebrowser on RHEL
- Where is the config file store for the xfce4-plugin "notification area" alias "systray"
- Unable to copy files / folders in /dev/sda partitions
- X server crashes when I try to change dual-display orientation
- PHP Fatal error: Uncaught Error: Class 'Cake\Console\CommandRunner' not found
- Why won't DraftSight run on Fedora 26 with Intel graphics?
- Enable network processes after disable in Fedora 26
- Building openocd on linux for windows requires which winusb drivers
- installing logstash and supplying configuration as service in Fedora 25
- Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-bloc(8,2) on Fedora 25
- No changes detected when i excute Python manage.py makemigrations and migrate
- System check identified 3 issues (0 silenced)
- I am getting a SyntaxError in my model.py where could be the issue with my code
- share anaconda folder between different Linux installation
- Error: Failed to synchronize cache for repo 'updates'
Related Questions in GITKRAKEN
- GitKraken Not Recognizing LFS - The Pathways appear consistent but I do not see it
- How can I merge these two branches?
- gitkraken error: Invalid remote name "origin": invalid remote name: "path project"\origin
- GitKraken error - clone failed - early EOF fatal fetch-pack invalid index-pack output
- Error on Gitlab fatal: unable to access 'https://gitlab.com/xxxx/xxx/file.git/': The requested URL returned error: 403
- I'm getting an error in the console when using gitkraken but the solution runs perfectly and the file is not showing the >>>>>HEAD line error
- GitKraken commit ancestor order
- How can I remove an unstaged file without altering the repository?
- Initialising a repo using an existing commit as the initial commit
- Repository Creation Failed (GitKraken)
- How to do >git diff --no-index file1 file2 in Gitkraken
- Cannot clone git repo due to invalid path, however path has no invalid characters
- GitKraken: Disable SSL certificate verification for GitLab Self-Managed integration
- How to Compare 2 Branches From Different Repositories Locally
- Gitkraken - gitlab pull failed (WSAStartup)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?