Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

fatal: could not read Username for 'http://bitbucket.org': No such device or address

Bhala April 27, 2020

I'm getting this fatal issue and need to know how to resolve it:

My shell script is as follows which works locally but not remotely:

#!/bin/sh
DIR=master
echo "named DIR as $DIR"
if
[[ -d ""$DIR"" ]]
echo "if $DIR directory exists"
then
echo "$DIR exists on your filesystem."
rm -rf $DIR
until [ "$(echo "$DIR/"*)" = "$DIR/*" ]; do
sleep 2
done
echo "now '$DIR' directory has been removed."
fi
git rm -r $DIR
echo "now '$DIR' directory has been removed from git local repository else erroring
'already exists in the index'."
git submodule add --force https://bitbucket.org/nchteamnch/proto/src/master/

 

Bitbucket pipeline log:

Cloning into '/opt/atlassian/pipelines/agent/build/master'...fatal: could not read Username for 'https://bitbucket.org': No such device or address

fatal: clone of 'https://bitbucket.org/nchteamnch/proto/src/master/' into submodule path '/opt/atlassian/pipelines/agent/build/master' failed

3 answers

0 votes
Mani vasagam February 1, 2021

Call me Master Mani 

0 votes
Mani vasagam February 1, 2021

No answer

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events