I'm trying to pull code from Bitbucket using mobile network. I'm using Narzo 20. Android version is 11.
My mobile network is 4G and it's not slow. And no issues with mobile internet browsing etc. I tried using both USB tethering and mobile hotspot but no solution.
But the real confusion is that when i try with my friend's mobile phone, it works. I don't know what's going on and not able to get answer from online. I'm using Linux Mint Tricia 19.3
I don't know a whack about git and how to solve this.
Please help me folks.
Not able to take pull, push, merge from bitbucket using Narzo 20 mobile data 4G
343 Views Asked by rahul nova At
2
There are 2 best solutions below
1
coedycode
On
I had this issue too, and I think it was because the phone was using ipv6 addresses.
I added:
104.192.141.1 bitbucket.org
to my /etc/hosts file and that cured it for me.
ref: bitbucket
Related Questions in GIT
- Push mysql database script to server using git
- Git show's file path
- Git > diffs filtered, show only certain changed classes/files
- Pushing to git repository hosted by Visual studio online without entering user name and password
- How do I create my own Git branch to work on?
- Git init --bare giving error fatal: Out of memory? mmap failed: No such device
- Sub-directory into independent repository and later merge back into main repository
- How to find the Git Revision Hash in a synced SVN repo using SubGit?
- eclipse errors when try to change to master git branch
- How to have Heroku build my development branch on a staging server?
- Is "Merged in" a commit message created by bitbucket, or git?
- Git: Multiple projects under one directory
- Permission denied hg-git
- Is it possible to clone a private git repo without adding ssh keys
- Track file in master repository which is ignored in submodule
Related Questions in BITBUCKET
- Is "Merged in" a commit message created by bitbucket, or git?
- How to push a Git server repository issues to Github repository?
- How to delete a repository and add a new one in Android studio?
- Bitbucket doesn't recognize my Swift project
- cloning a private bitbucket repository given access to me
- git - put files back under version control
- How to build a deployment Pipeline Using Bitbucket, Jenkins and ElasticBeanstalk
- No master branch in git / BitBucket
- How do you get a BitBucket pull request to trigger a Bamboo build?
- How to use Pull Request properly ? (git / bitbucket)
- Capistrano deploy with bitbucket - Permission denied (publickey)
- How to tell git that my local directory is a specific directory in the remote tree
- Keep getting 'Partial Merge Commit' Dialog
- how to pull all the available snapshots versions from nexus repository to the Jenkins?
- Git change filename has caused it to be not tracked
Related Questions in UBUNTU-18.04
- SSH Connection timed out on EC2 Ubuntu
- Error with OpenCV imshow in anaconda environment
- Can't import numpy module into python file, but it works with terminal
- CKAN Internal Server Error (500) on production / python errors in logs following ubuntu 16->18 update
- FMUException: Error loading the binary. Could not load the FMU binary
- Command 'vagrant' not found
- Why Docker can't detect WSL 2 distro in Windows 10 Home?
- how to install rstan in ubuntu 18.04
- R: source() cannot open the connection, status was 'Couldn't resolve host name'
- How do I fix this error when running a cron job for Moodle 3.9?
- MongoDB Docker container start and then exits itself with non Docker error codes
- Unable to change PHP version in Ubuntu 18.04 terminal
- CMake Error: CUDA_cublas_LIBRARY (ADVANCED)
- Prevent Raspberry Pi 4 for going to sleep/shutdown (Ubuntu Server 18.04)
- npm package getting installed but not working
Related Questions in GIT-PUSH
- git push to remote, but don't create new branch
- How to pull and push sub directory in Git
- Git push hangs on POST git-receive-pack
- git push and fetch annotated tag does not create the tag
- git: What is the "right way" to fix an incorrect pushed commit message
- Git pushed master instead of my branch. Why?
- Sass::SyntaxError: Invalid CSS rails cap deploy
- How to add unchanged code in Git
- CONFLICT (content): Merge conflict in
- SourceTree: dst ref refs/heads/master receives from more than one src
- Git: permission to [organization] denied to [user]
- git push via ssh to Bitbucket fails if objects > 20Kb?
- How can I provide permission to myself to push to github from the command line?
- how to push all files in a folder to all git branches
- My Git Pull/Push records from different account
Related Questions in LINUX-MINT-19
- biosig python3 - Segmentation fault (core dumped)
- linux mint 19.2 Failed to fetch Insomnia Repository
- Error 1:10: fatal error compilation error with the directories
- postgresql-client-13 : Depends: libpq5 (>= 13~beta2) but 12.3-1.pgdg18.04+1 is to be installed
- MySQL(5.7) don't prompt me about root db password
- Can't open Bot Framework Composer from Azure Portal on Linux Mint 20.2
- Problem installing nodejs version >= 10 on Linux Mint 19.3, which stubbornly installs nodejs 8.10
- Ruby 2.3.8 installation error using rbenv in mint | uncommon.mk:203: recipe for target 'build-ext' failed
- Javac is not same version as java
- Not able to take pull, push, merge from bitbucket using Narzo 20 mobile data 4G
- VSCode on Linux Mint, integrated terminal not able to type anything
- Cannot change permissions in Google Chrome Linux
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 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?
Use a VPN service to connect to internet on top of Mobile Data. I face this problem as well. The problem goes away if I use US based VPN.